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

bug in column resize

5 Answers 86 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.
Abbas
Top achievements
Rank 1
Abbas asked on 07 Jul 2012, 03:46 PM
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.

5 Answers, 1 is accepted

Sort by
0
Omid
Top achievements
Rank 1
answered on 11 Nov 2012, 01:35 PM
check it out: https://github.com/joker13/telerikaspnetmvc-rtl
I've solved the issue.

update: this link is broken. use http://pastie.org/6972233 instead.
0
Abbas
Top achievements
Rank 1
answered on 11 Nov 2012, 08:43 PM
Dear Omid,
Thanks for your help.
best regards
0
Keith
Top achievements
Rank 1
answered on 21 Mar 2013, 04:31 PM
Could you fix the link for the project? Github is giving a 404 error and I'm not finding anything on the telerik forums to help me with a similar issue.
0
Omid
Top achievements
Rank 1
answered on 21 Mar 2013, 05:31 PM
I have removed that github account of mine, so you can't reach to that anymore. but I copied what you are looking for on this pastie link (http://pastie.org/6972233#).
to make it work, you only have to alter "telerik.grid.resizing.min.js" file with the contents in the link. you may also like to minify the script to save 2kbs.

Sorry for inconvinience,
feel free to contact me if you still have any problem.
0
Keith
Top achievements
Rank 1
answered on 21 Mar 2013, 05:56 PM
Thank you so much for re-posting this!
Tags
Grid
Asked by
Abbas
Top achievements
Rank 1
Answers by
Omid
Top achievements
Rank 1
Abbas
Top achievements
Rank 1
Keith
Top achievements
Rank 1
Share this question
or