multiple select

1 Answer 44 Views
Grid
n/a
Top achievements
Rank 1
Iron
Iron
Iron
n/a asked on 18 Mar 2022, 03:38 PM

Hello,

Any way possible that you can use GridCheckboxColumn multiple select and fire a custom method only for those selected items? I didn't see anywhere is the documentation if it's possible. Thank you

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 18 Mar 2022, 06:32 PM

Hello,

You can obtain the items that the user selected via the SelectedItems collection so that you can employ the desired business logic on them.

If you need an event to know when selection happens - there is the SelectedItemsChanged event.

You can find examples of both here: https://docs.telerik.com/blazor-ui/components/grid/selection/multiple

Regards,
Marin Bratanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Grid
Asked by
n/a
Top achievements
Rank 1
Iron
Iron
Iron
Answers by
Marin Bratanov
Telerik team
Share this question
or