Hi All,
Have a RadGrid.
I have set Enable="false"
But the pager works. How to stop it.
I have made the Enable= false in javascript.
But only the pager works. Is there any option to stop it.
-Anto
Have a RadGrid.
I have set Enable="false"
But the pager works. How to stop it.
|
|||||
| Width="180px" AllowPaging="true" Skin="Vista" DataSourceID="dsiSmartEarn" | |||||
| OnItemDataBound="RadGridEarnings_ItemDataBound" > | |||||
| <PagerStyle Mode="NextPrevAndNumeric" PagerTextFormat="{4}" AlwaysVisible="true" /> | |||||
| <MasterTableView AutoGenerateColumns="false" PageSize="7" DataSourceID="dsiSmartEarn" CommandItemDisplay="None" | |||||
| Width="100%" ClientDataKeyNames="EDShortDesc"> | |||||
| <Columns> | |||||
| <telerik:GridBoundColumn UniqueName="EDCode" DataField="EDCode" HeaderText="EDCode" | |||||
| Visible="false" ReadOnly="true"> | |||||
| </telerik:GridBoundColumn> | |||||
| <telerik:GridBoundColumn UniqueName="EDShortDesc" DataField="EDShortDesc" HeaderText="Earning"> | |||||
| </telerik:GridBoundColumn> | |||||
| <telerik:GridBoundColumn UniqueName="Formula" DataField="Formula" HeaderText="Formula"> | |||||
| </telerik:GridBoundColumn> | |||||
| </Columns> | |||||
| </MasterTableView> | |||||
| <ClientSettings> | |||||
| <ClientEvents OnRowDblClick="EarningDblClick" /> | |||||
| </ClientSettings> | |||||
| </telerik:RadGrid> |
I have made the Enable= false in javascript.
But only the pager works. Is there any option to stop it.
-Anto
