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

how do I set columnResizeHandleWidth server-side?

1 Answer 97 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Adrian
Top achievements
Rank 1
Adrian asked on 31 Jul 2013, 04:39 PM
I see columnResizeHandleWidth in the online javascript documentation, but I can't seem to find it in the MVC framework. I have 2013.2.716 installed.

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 02 Aug 2013, 10:32 AM
Hi Adrian,

It seems we have not added this property to the Grid MVC wrapper, sorry about that. This problem is now fixed and changes will take effect in the next internal and official builds.

As an immediate workaround, you can execute the following script before initializing the Grid and after registering the Kendo UI scripts:

kendo.ui.Grid.prototype.options.columnResizeHandleWidth = 10;


Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Adrian
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or