i need to display checkbox for each row. But only restrict to 1 selection at a time which is achieved through selection mode - single.
However there is checkbox displayed at header level as well which i dont want to display to user..how to achieve this ?
1 Answer, 1 is accepted
0
Konstantin Dikov
Telerik team
answered on 04 Jul 2023, 08:35 AM
| edited on 04 Jul 2023, 09:04 AM
Hi Darshan,
For removing the checkbox in the header of the select column you can define custom "headerCell" that will return an empty TH element. Following is an example demonstrating this approach: