Hi Team,
I'm new to Telerik controls and have few questions about RadGrid.
I'm new to Telerik controls and have few questions about RadGrid.
- RadGrid and MasterTableView have duplicate properties like AllowFilteringByColumn, AllowSorting, AllowPaging, etc. So what is purpose of this duplicacy and what should be set in order to get required functionality.
- MasterTableView have property AllowCustomSorting. What is its use as i havent found any documentation (may be i missed it)?
- If i set EnableHeaderContextMenu="true" and EnableHeaderContextFilterMenu="true", then how to disable it for a particular Column.
- I have set function on OnRowDataBound of RadGrid using ClientEvents but when i Sort/Filter using ContextMenu, function doesn't get fired. Actually i want to know how to sort/filter at client-side using ContextMenu.
- On HeaderContextMenu how to remove Grouping options, using property at Grid level instead of column level.