Posted 20 August 2018, 5:48 am EST
Hi, could help me how to retrieve the selected records or selected indexes in a flexgrid.
Thank you
Forums Home / ComponentOne / ASP.NET MVC Edition
Posted by: kisar on 20 August 2018, 5:48 am EST
Posted 20 August 2018, 5:48 am EST
Hi, could help me how to retrieve the selected records or selected indexes in a flexgrid.
Thank you
Posted 21 August 2018, 9:43 am EST
Hi,
You may get selected rows using selectedRows property and rows index using selection property. Please refer to the following documentation:
https://demos.wijmo.com/5/Angular/WijmoHelp/WijmoHelp/topic/wijmo.grid.FlexGrid.Class.html
~Manish
Posted 22 August 2018, 2:58 am EST
Thanx