| <telerik:RadGrid ID="radGrid" runat="server" AllowSorting="True" | |
| DataSourceID="SqlDataSource1" | |
| AllowMultiRowSelection="True" | |
| AllowPaging="True" PageSize="5" | |
| OnSortCommand="radLeadGrid_OnSortCommand" Skin="Default2006" | |
| AllowFilteringByColumn="False"> | |
| <ExportSettings> | |
| <Pdf PaperSize="A4" FontType="Subset" PageHeight="210mm" PageWidth="297mm"></Pdf> | |
| <Excel Format="Html"></Excel> | |
| </ExportSettings> | |
| <PagerStyle | |
| Mode="NextPrevAndNumeric" | |
| PagerTextFormat=" Page {0} of {1} | {4}| Items {2} to {3} of {5}" | |
| Position="Bottom" /> | |
| <MasterTableView | |
| CurrentResetPageIndexAction="SetPageIndexToFirst" | |
| Dir="LTR" | |
| Frame="Border" | |
| CommandItemDisplay="None" | |
| TableLayout="Auto" | |
| HeaderStyle-Wrap="false" ItemStyle-Wrap="false" CellPadding="2" | |
| NoMasterRecordsText="There are currently no data available for the criteria specified." | |
| > | |
| <Columns> | |
| <telerik:GridClientSelectColumn UniqueName="rowSelect"></telerik:GridClientSelectColumn> | |
| </Columns> | |
| <RowIndicatorColumn CurrentFilterFunction="NoFilter" | |
| FilterListOptions="VaryByDataType" Visible="False"> | |
| <HeaderStyle Width="20px" /> | |
| </RowIndicatorColumn> | |
| <ExpandCollapseColumn CurrentFilterFunction="NoFilter" | |
| FilterListOptions="VaryByDataType" Resizable="False" Visible="False"> | |
| <HeaderStyle Width="20px" /> | |
| </ExpandCollapseColumn> | |
| <EditFormSettings> | |
| <EditColumn CurrentFilterFunction="NoFilter" FilterListOptions="VaryByDataType"> | |
| </EditColumn> | |
| </EditFormSettings> | |
| <ItemStyle Wrap="False"></ItemStyle> | |
| <HeaderStyle Wrap="False"></HeaderStyle> | |
| </MasterTableView> | |
| <ClientSettings> | |
| <Scrolling | |
| UseStaticHeaders="True" | |
| SaveScrollPosition="true" | |
| AllowScroll="true" /> | |
| <Selecting | |
| AllowRowSelect="True" /> | |
| <Resizing | |
| AllowColumnResize="True" /> | |
| <ClientEvents OnRowDblClick="radLeadGrid_RowDblClick" /> | |
| </ClientSettings> | |
| </telerik:RadGrid> |
Hi!
I found that once number of records is small in resultset (I put 5 item for page), IE6 behaves very strange - RadGrid flickers and CPU usage goes to 100%. Sometime browser crashes.
But once I change UseStaticHeaders="True" to "False" - it dowesn't crash, but "Pager" part just appends to the last record and I need to scroll to find page selector.
I don't know if it's important - number and width of columns are creating horizontal scrollbar as well.
Please fix this issue!
Thanks, Ilshat