This is a migrated thread and some comments may be shown as answers.

[Solved] Bug in RTL grid resizing columns

0 Answers 101 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
mahmoud
Top achievements
Rank 1
mahmoud asked on 01 Feb 2012, 09:50 AM
Dear Teleriks , 
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. 
Tags
Grid
Asked by
mahmoud
Top achievements
Rank 1
Share this question
or