Hi,
I have a Filter-enabled Grid with 10 columns. The last column's type is CheckBox. If doing filter without data back, the last column will disappear. If I put the CheckBox column as the last second column, then when I scroll to the end of grid, it will disappear also. I have to scroll back a little bit to see it. How can I fix this problem?
I am using the following setting:
I have a Filter-enabled Grid with 10 columns. The last column's type is CheckBox. If doing filter without data back, the last column will disappear. If I put the CheckBox column as the last second column, then when I scroll to the end of grid, it will disappear also. I have to scroll back a little bit to see it. How can I fix this problem?
I am using the following setting:
</
MasterTableView>
<FilterItemStyle HorizontalAlign="Left" />
<HeaderStyle Font-Bold="true" />
<ClientSettings EnableRowHoverStyle="true">
<Scrolling AllowScroll="True" UseStaticHeaders="True" SaveScrollPosition="True" FrozenColumnsCount="2">
</Scrolling>
<Selecting AllowRowSelect="True" />
</ClientSettings>
<PagerStyle AlwaysVisible="true" Mode="NextPrevAndNumeric" />
</telerik:RadGrid>
Thanks,
Enoch