i have this code
what i want is that the rad grid can get a horital and vertical scroll bar and static header and footer nasd the columns dont get on each other i tried many thing but nothing worked. Can anybody help.
Best Regards.
Carlos Sequeira
<div style="width:100%; height:100%;"><table style="height:100%; width:100%;" border="0" cellspacing="0" cellpadding="0"> <tr style="height:100%; width:100%;"> <td style="height:100%; width:100%;"><telerik:RadGrid ID="RadGrid1" runat="server" CellSpacing="0" Height="100%" DataSourceID="SqlDataSource1" GridLines="None" AllowFilteringByColumn="True" AllowPaging="True" AllowSorting="True"> <ClientSettings> <Scrolling AllowScroll="True" UseStaticHeaders="true" ></Scrolling> </ClientSettings> <MasterTableView AutoGenerateColumns="True" DataKeyNames="ID" DataSourceID="SqlDataSource1" > <Columns> </Columns> </MasterTableView></telerik:RadGrid> </td> </tr></table> </div>what i want is that the rad grid can get a horital and vertical scroll bar and static header and footer nasd the columns dont get on each other i tried many thing but nothing worked. Can anybody help.
Best Regards.
Carlos Sequeira
