This question is locked. New answers and comments are not allowed.
Dear Teleriks ,
When I set the grid to :
and also the grid is in RTL mode ,
and some columns have set with width method ( like : columns.Bound(o => o.BillNo).Width(150); )
the resizing has some problems :
1- resizing works on wrong column,
2- the columns which have default width cannot be resized.
3- if I disable the Scrolling , the filter popup menu does not appears exactly on the filter icon.
Thanks in advance.
When I set the grid to :
.Resizable(o => o.Columns(true))
and .Scrollable(scrolling => { scrolling.Enabled(true); })
and also the grid is in RTL mode ,
and some columns have set with width method ( like : columns.Bound(o => o.BillNo).Width(150); )
the resizing has some problems :
1- resizing works on wrong column,
2- the columns which have default width cannot be resized.
3- if I disable the Scrolling , the filter popup menu does not appears exactly on the filter icon.
Thanks in advance.