Is it possible to get the values of a column when selecting multiple grid rows?

I saw the documentation regarding getting the row indexes of selected rows in here https://blazor.syncfusion.com/documentation/datagrid/selection#get-selected-row-indexes and I was wondering if it was possible to get the column values of the selected rows in such cases?


1 Reply

SP Sarveswaran Palani Syncfusion Team June 1, 2022 05:36 PM UTC

Hi Nick, 

 

Greetings from Syncfusion support. 

 

We have validated your query and we suspect that you need to get the data of the selected records. We suggest you to use the GetSelectedRecords method to achieve your requirement. Please refer the below API reference for your reference. 

 

https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.SfGrid-1.html#Syncfusion_Blazor_Grids_SfGrid_1_GetSelectedRecords  

 

Regards, 

Sarveswaran PK


Loader.
Up arrow icon