Can the select function of the Grid be limited to only triggering onSelect by clicking the checkbox? because when the Grid has detail at the same time, clicking any cell will cause the component of the detail to re-render
1 Answer, 1 is accepted
0
Konstantin Dikov
Telerik team
answered on 10 Aug 2023, 08:08 AM
Hello Steve,
With rendered checkbox select column, the onSelectionChange event will fire even if the "selectable" property of the Grid is set to "false", which means that you can disable the selection and still use the checkbox select column.
Please try setting "selectable" to "false" and see if the result meets your requirements.