is it possible to disable the radgrig with all its commands, but keeping the pager on the bottom enabled in order to see all the elements that contains?
I have found only the command to show/hide the pager.
Thanks in advance,
Dario Zanelli
1 Answer, 1 is accepted
0
Marin
Telerik team
answered on 27 Dec 2010, 04:47 PM
Hello Dario,
There are different settings depending on what commands you wish to disable. For example you can show/hide the item command that holds the button for "Add New Record" and the various export buttons by using the ItemCommandDisplay property of the MasterTableView and set it to false. Filtering, sorting, selecting etc. can also be disabled using the corresponding properties of MasterTableView (AllowFiltering, AllowSorting, etc). Editing and deleting can be turned off if you remove the relevant column (GridEditCommandColumn, etc) or set the AutoGenerateDeleteColumn, AutoGenerateEditColumn properties to false.
Let me know if this information is helpful, and if you still have difficulties please provide more information on which exact commands you need to disable.