I have a scrolling grid with the first column frozen, like this:
Suggestions?
Bill Osuch
<
radG:RadGrid ID="RadGrid1" runat="server" Skin="GHNSkin" OnNeedDataSource= "RadGrid1_NeedDataSource" AllowPaging="True" AllowSorting="True" ShowFooter="True" AllowFilteringByColumn="True" Width="990px" OnItemDataBound="RadGrid1_ItemDataBound" OnItemCreated="radGrd_ItemCreated" PagerStyle-AlwaysVisible="true" >
<ClientSettings>
<Scrolling AllowScroll="True" UseStaticHeaders="True" FrozenColumnsCount="1"></Scrolling>
</ClientSettings>
Suggestions?
Bill Osuch