I'd like to do something when the user double-clicks on a gridview column header without running the click handler and without setting the sort to that column.
Can I? How?
1 Answer, 1 is accepted
0
Nadya | Tech Support Engineer
Telerik team
answered on 26 Sep 2024, 06:49 AM
Hello, Michael,
If you intend to prevent sorting for a specific column when double-clicking on a column header cell, you can disable sorting for a particular column by setting the AllowSort property to false: