Hi,
My grid has a checkbox in the main grid header to select/deselect all the items in the grid (client side) and when the user unchecks any item in the grid, the grid header checkbox is unchecked. This functionality is working great as I used the built-in <telerik:GridClientSelectColumn> grid column.
Now, I need the similar functionality for all the items in grid grouping. I need to select all the items in a group by a checkbox in the group header item (client side) and when the user unchecks any item in the grouping, the grouping header checkbox must be unchecked.
Additionally, when the user checks the main grid checkbox, all the grouping checkboxes in the grouping headers need to be checked as well and when the user unchecks any item in a specific group, the header checkbox for that specific group need to be unchecked.
Does, telerik grid has any built-in functionality for this? All this need to be done CLIENT SIDE.
I have read the following threads already:
-----------------------------------------------------
-----------------------------------------------------
Thanks for your help.
http://www.megasearches.com/
My grid has a checkbox in the main grid header to select/deselect all the items in the grid (client side) and when the user unchecks any item in the grid, the grid header checkbox is unchecked. This functionality is working great as I used the built-in <telerik:GridClientSelectColumn> grid column.
Now, I need the similar functionality for all the items in grid grouping. I need to select all the items in a group by a checkbox in the group header item (client side) and when the user unchecks any item in the grouping, the grouping header checkbox must be unchecked.
Additionally, when the user checks the main grid checkbox, all the grouping checkboxes in the grouping headers need to be checked as well and when the user unchecks any item in a specific group, the header checkbox for that specific group need to be unchecked.
Does, telerik grid has any built-in functionality for this? All this need to be done CLIENT SIDE.
I have read the following threads already:
-----------------------------------------------------
- Selecting all items in a group with a checkbox in the group header item:
- Add "Check All" in the header cell for a GridViewCheckBoxColumn
- CLIENT SIDE "SelectAll" checkbox in Grouping
- SelectAll option in Grid Header along with individual group selection
-----------------------------------------------------
Thanks for your help.
http://www.megasearches.com/