When resizing column widths have an option to lock the last column to the right hand border of the grid when sum of columns total width is smaller than grid. This way the grid will always fill the columns to the width of grid. For example if user reduces column 2's size in a 3 column grid then increase the size of column 3 so that it keeps the grid full width.
Instead of this:
It would look like this:
Hello Don,
Based on the provided information, I am afraid that I am not sure what is causing the issues with the columns resizing.
As I believe these problems are not related to the current feature request, could you please open a support ticket for them? In the support ticket, it will help us a lot if you send us an example that demonstrates the issue.
Regards,
Preslav
Progress Telerik
Preslav,
For the most part the code in the KB article works but depending on which column you are resizing you can get some really strange behavior. The last column resizes as you would expect it to based on this additional code. However, other columns can do strange things. For example we saw columns which were not being adjusted change their size. Sometimes when clicking the handle to resize a column it's size would jump larger before the mouse was even moved to resize the column. Any thoughts or suggestions on this other behavior?
Hello Don,
To achieve the desired outcome, you could use the approach from the following KB article:
https://docs.telerik.com/kendo-ui/knowledge-base/grid-remove-trailing-space-resize
Regards,
Preslav
Progress Telerik