Sorry if this is not the correct place to post bugs, I have noticed others posting them here and did not see a specific place on the site.
There is an issue with the Grid where the columns in the total row become out of sync on sort. If I could get a work around while keeping the configuration the same, that would be great.
Configuration for it to happen appears to be
- Server sort enabled
- Scrolling enabled
- Resizing enabled
- Supply a number for the width in every column
The scenario is
- Open the grid
- Resize a column
- Sort
Impact
After sorting, the total column will become out of width. Resizing the column that was resized before sorting will snap the total columns back to the correct size.
An example is here:
http://dojo.telerik.com/eciCOY
Try resize the first column then sort by the first column, you will notice the total rows are larger than the actual rows.
Try resize the second column then sort by the first column, you will notice the total rows are smaller than the actual rows.