This question is locked. New answers and comments are not allowed.
Hi,
I found that resizing was not working properly if there is hidden column (in latest release).
Steps to re-produce the issue:
1) Edit column binding of the Column Resizing demo:
2) Try to resize columns, the resizing is enabled for all columns, but the position is not correct.
For example, if I try to resize ContactName, the grid actually resizes ShipAddress.
Regards
Wicky
I found that resizing was not working properly if there is hidden column (in latest release).
Steps to re-produce the issue:
1) Edit column binding of the Column Resizing demo:
columns => { columns.Bound(x => x.OrderID).Hidden(true); columns.Bound(x => x.ContactName); columns.Bound(x => x.ShipAddress); columns.Bound(x => x.OrderDate); }For example, if I try to resize ContactName, the grid actually resizes ShipAddress.
Regards
Wicky