Hi All
I have a radgrid with some 25 records it works fine.
In the right bottom of the grid in the status bar, there is Displaying page 1 of 2, items 1 to 10 of 12.
Is there any option to customize it, or to remove it,
Because my grid width is just 200px, So I need to cut-short it or remove it.
I have aleady posted this one. And I got reply too. But it does't work. And I am not able to reply on that thread, so i have created a new one.
-Anto
I have a radgrid with some 25 records it works fine.
In the right bottom of the grid in the status bar, there is Displaying page 1 of 2, items 1 to 10 of 12.
Is there any option to customize it, or to remove it,
Because my grid width is just 200px, So I need to cut-short it or remove it.
| <telerik:RadGrid Height = "245px" ID = "rgDept" AllowPaging = "true" Skin = "Vista" AllowMultiRowSelection = "false" runat = "server" DataSourceID = "sdsDept" AutoGenerateColumns = "false"> |
| <PagerStyle PagerTextFormat=" "/> |
| <MasterTableView PagerStyle-Mode = "NextPrevAndNumeric" PageSize = "8" ClientDataKeyNames = "DepartmentCode" AutoGenerateColumns = "false" DataSourceID = "sdsDept" DataKeyNames = "DepartmentCode"> |
| <Columns> |
| <telerik:GridBoundColumn HeaderText = "Code" Visible = "false" ReadOnly = "true" DataField = "DepartmentCode" UniqueName = "DepartmentCode"></telerik:GridBoundColumn> |
| <telerik:GridBoundColumn HeaderText = "Department" DataField = "DepartmentName" UniqueName = "DepartmentName"></telerik:GridBoundColumn> |
| </Columns> |
| </MasterTableView> |
| <ClientSettings> |
| <Selecting AllowRowSelect = "true"/> |
| </ClientSettings> |
| </telerik:RadGrid> |
I have aleady posted this one. And I got reply too. But it does't work. And I am not able to reply on that thread, so i have created a new one.
-Anto