Hello,
How to resize only one column only ?
When I chenge my first column clientside all the others get changed according some strange proportional rule (not totally respected from what I see).
Here is my grid:
Thanks again for help.
CS
How to resize only one column only ?
When I chenge my first column clientside all the others get changed according some strange proportional rule (not totally respected from what I see).
Here is my grid:
| <div style="width: 100%;"> |
| <Telerik:RadGrid ID="RadGrid1" runat="server" AllowFilteringByColumn="True" AllowPaging="True" |
| AllowSorting="True" ShowStatusBar="true" GridLines="None" ShowGroupPanel="True" > |
| <PagerStyle Mode="NextPrevAndNumeric" /> |
| <ClientSettings AllowColumnsReorder="True" AllowDragToGroup="True" ReorderColumnsOnClient="True"> |
| <Resizing AllowColumnResize="True" EnableRealTimeResize="True" ResizeGridOnColumnResize="True" /> |
| <Scrolling AllowScroll="True" ScrollHeight='400px' UseStaticHeaders="True" SaveScrollPosition="True" /> |
| <Selecting AllowRowSelect="True" /> |
| </ClientSettings> |
| <MasterTableView Width="100%" TableLayout='Fixed' AllowMultiColumnSorting="true"> |
| <ItemStyle Wrap='true' /> |
| <HeaderStyle Width='100px' /> |
| <AlternatingItemStyle Wrap='true' /> |
| </MasterTableView> |
| <SortingSettings SortedBackColor="Azure" /> |
| </Telerik:RadGrid> |
| </div> |
Thanks again for help.
CS