Hello Al,
If the selection stopped working after you have included those client settings, it is possible that there is a JavaScript error present on the page that breaks the functionality of the controls.
Notwithstanding, for handling the header column click on server-side you can use the client-side
OnColumnClick event and fire custom command through the grid's
MasterTableView with the column's UniqueName:
And the code-behind:
As for the
Column CellSelectionMode, this property will select the cells for the entire column only when you click on the column's header. Detailed information on this matter is available in the following help article:
Hope this helps.
Regards,
Konstantin Dikov
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items