This is a migrated thread and some comments may be shown as answers.

Radgrid Hierarchy Check/Uncheck all checkboxes client side

4 Answers 126 Views
Grid
This is a migrated thread and some comments may be shown as answers.
rahul
Top achievements
Rank 1
rahul asked on 03 Feb 2015, 09:20 AM
Hi,
I have RadGrid Hierarchy at 3 level i want to apply Check/Uncheck all checkboxes Client Side and Server Side how can do it.
Please provide solutions
Please find Attachment.

4 Answers, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 06 Feb 2015, 08:26 AM
Hi Rahul,

I'm afraid recursive selection is not provided built-in with RadGrid as it is with RadTreeList:
http://demos.telerik.com/aspnet-ajax/treelist/examples/selecting/serversideselection/defaultcs.aspx

You can log a feature request about this requirement in our public portal and our developers may consider adding them for the future releases:
http://feedback.telerik.com/Project/108


Regards,
Eyup
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
TallOne
Top achievements
Rank 2
answered on 25 Apr 2017, 08:06 PM
Has there been an update on this item?  I need a solution for recursive selection in a hierarchical grid.
0
Tim
Top achievements
Rank 1
answered on 06 Jun 2017, 04:23 PM

So far I do not see how it is helpful to have a select all check box using the RadTreeList.  The functionality that I am looking for would be to check a box on a parent table and then have all child table items checked on the client before post back.  Then have a save changes button to update the selected checkboxes.

I also don't see that it is possible using a RadGrid....Sooo....has there been an update on this item?  I need a solution for recursive selection in a hierarchical grid as well.

0
Eyup
Telerik team
answered on 09 Jun 2017, 02:11 PM
Hi Tim,

This functionality is not provided by RadGrid and implementing it requires complex code-behind logic. This is demonstrated in the attached web site sample.

As for client-side selection with RadTreeList, you can check this sample (only when paging is disabled):
http://www.telerik.com/support/code-library/recursive-selection-on-the-client-when-paging-is-disabled

Again, I want to emphasize that these are custom implementations and any further modification is beyond our support scope.

Regards,
Eyup
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
rahul
Top achievements
Rank 1
Answers by
Eyup
Telerik team
TallOne
Top achievements
Rank 2
Tim
Top achievements
Rank 1
Share this question
or