hi,
We have a requirement. There are 30 bound columns in the rad grid and 2 of them are freezed. All the column widths are set using headerstyle width property and we have even set the resizing property of radgrid. Everything works fine. But when any column is resized the freezed columns behaviour is weird, its size increases once horizontal scroll is done. Freezing and resizing doesnt work properly. plz find the code below. any inputs will be appreciated
We have a requirement. There are 30 bound columns in the rad grid and 2 of them are freezed. All the column widths are set using headerstyle width property and we have even set the resizing property of radgrid. Everything works fine. But when any column is resized the freezed columns behaviour is weird, its size increases once horizontal scroll is done. Freezing and resizing doesnt work properly. plz find the code below. any inputs will be appreciated
<
telerik:RadGrid runat="server" ID="dummy" AutoGenerateColumns="true"
Visible="false" OnColumnCreated="dummy_ColumnCreated" HeaderStyle-Width="200" HeaderStyle-Wrap="false" >
<MasterTableView TableLayout="Fixed" CellSpacing="1"/>
<ClientSettings>
<ClientEvents OnRowSelected="RowSelectedOU" />
<Scrolling AllowScroll="true" UseStaticHeaders="true" FrozenColumnsCount="1" ScrollHeight="275px">
</Scrolling>
<Selecting AllowRowSelect="true" />
<Resizing AllowColumnResize="true" ResizeGridOnColumnResize="true" AllowRowResize="false" EnableRealTimeResize="false" />
</ClientSettings>
</telerik:RadGrid>
Regards,
Srikanth