hi friends,
I am using Telerick Grid. I want to resize column width.
For column resizing I am using this code
//-------------------------------------------------------------------------------------------------------------------------
<ClientSettings AllowColumnsReorder="true" ReorderColumnsOnClient="true">
<Resizing AllowColumnResize="true" EnableRealTimeResize="true" ResizeGridOnColumnResize="true" ClipCellContentOnResize="true"/>
<Scrolling AllowScroll="true" UseStaticHeaders="false" ScrollHeight="" FrozenColumnsCount="0" />
</ClientSettings>
//-------------------------------------------------------------------------------------------------------------------------
But the above code does not allow me to resize the columns width.
Though I am able to resize the rows using AllowRowResize...
Any help/Suggestions on this will be highly appreciated.
Thanks kellsie..........
Kellsie...