I want to use RadDataGrid as a table to display some dynamic data by data binding, but I don't want the use to access filtering, sorting, grouping etc. for the header. I wonder how can I disable all of them?
Thanks,
Yiqing
2 Answers, 1 is accepted
0
Accepted
Rosy Topchiyska
Telerik team
answered on 26 Jul 2013, 11:13 AM
Hi Yiqing,
Thank you for your question.
If you wish to disable the functionalities you listed for a single column, you could use the column properties:
CanUserEdit
CanUserFilter
CanUserGroup
CanUserReorder
CanUserSort
If you wish to disable them for the whole grid, then you can use the RadDataGrid properties:
UserEditMode
UserFilterMode
UserGroupMode
UserSortMode
UserColumnReorderMode
I hope this was useful and let me know if I can assist you in some other way.