RadGridView - Select rows via selection checkboxes

0 Answers 21 Views
GridView
Alex
Top achievements
Rank 1
Alex asked on 07 Mar 2025, 09:33 AM

I've been looking at the release notes and i can see that a selection checkbox has been added since we last updated which is great.  I can also see as per the release notes that there is a "New mode for selecting rows only via the selection checkboxes".  Does anyone know how to configure this?

 

Cheers!

Dinko | Tech Support Engineer
Telerik team
commented on 07 Mar 2025, 12:49 PM

Hi Alex,

You can set the UseCheckboxRowSelectionOnly property to true to allow selection only via the checkboxes. You can read more about this column in the GridViewSelectColumn help article in our documentation.

this.radGridView1.MasterTemplate.UseCheckboxRowSelectionOnly = true;

 

 

Alex
Top achievements
Rank 1
commented on 07 Mar 2025, 01:09 PM | edited

Perfect thanks.  I missed that page.

 

Update: That's working exactly as i'd hoped for

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Alex
Top achievements
Rank 1
Share this question
or