Posted 9 January 2021, 7:08 pm EST
Hello,
how do i get values of a selected row FlexGrid using React?
Thank you
Forums Home / Wijmo / General Discussion
Posted by: igelfenbeyn on 9 January 2021, 7:08 pm EST
Posted 9 January 2021, 7:08 pm EST
Hello,
how do i get values of a selected row FlexGrid using React?
Thank you
Posted 11 January 2021, 2:16 am EST
Hi Igor,
You can use the dataItem property of the Row class to get the data item bound to that particular row.
https://www.grapecity.com/wijmo/api/classes/wijmo_grid.row.html#dataitem
Regards,
Ashwin