In July of this year Dimo added a nice example of dynamically resizing a grid. A link to his post is here. This works very well unless you enable grouping on that same grid.
I took his jsfiddle and added a groupable: true --> http://jsfiddle.net/SDFsz/98/.
This works great when you resize but it doesn't work on the first run ( that is when resizeGrid gets called from DataBound event ).
Is there any event that fires after the Grouping box actually gets created and sized?
I took his jsfiddle and added a groupable: true --> http://jsfiddle.net/SDFsz/98/.
This works great when you resize but it doesn't work on the first run ( that is when resizeGrid gets called from DataBound event ).
Is there any event that fires after the Grouping box actually gets created and sized?