locked
telerick RadGrid column resizing RRS feed

  • Question

  • 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...


    • Edited by kellsie Monday, March 26, 2012 6:28 AM
    • Moved by Lie You Tuesday, March 27, 2012 5:15 AM 3rd part related. (From:Building Development and Diagnostic Tools for .Net)
    Monday, March 26, 2012 6:25 AM

Answers