You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble with flexWidth in IE10. I'm using the demo code provided on your tutorial (http://paramquery.com/tutorial) and the grid looks fine in IE9 but the width is reduce to a few pixels in IE10 if flexWidth is set to true.
I also met same problem in IE10. if I set flexWidth=true, then I add and refresh data manually. the whole grid will be gone and leave empty.(no header, body, bottom)
I'm having trouble with flexWidth in IE10. I'm using the demo code provided on your tutorial (http://paramquery.com/tutorial) and the grid looks fine in IE9 but the width is reduce to a few pixels in IE10 if flexWidth is set to true.
$("#grid_array").pqGrid("option", "flexWidth", true );
The text was updated successfully, but these errors were encountered: