Hi,We would need to use the grid in flat mode so that when moving the mouse over the rows, the entire row is highlighted (not just the cell). It should also allow selecting the row with a mouse click (also multiselect loke image attached) and retrieving the list of selected rows (all field of row) programmatically.
Best regards
Adriano
Hello Adriano,
Thank you for contacting us.
Currently, Flexmonster allows you to select rows by clicking on the spreadsheet header. Please note that it is only possible to highlight one row at a time, and it does not allow retrieving the list of selected rows. To display the spreadsheet headers, you can use the grid.showHeaders
property of the Options object. Please check the following example for reference: https://jsfiddle.net/flexmonster/gx6on7hj/.
You are welcome to contact us if other questions arise.
Kind regards,
Nadia