Posted 2 October 2020, 9:58 am EST
Hi,
I need to add a new row to the bottom of a flex grid when user double clicks on the last row. There should be an empty row when the grid is rendered if the grid has no data initially. A new row template shall be generated below when user double clicks on the first row to enter data.
I understand there is a newRowAtTop property for a flexgrid, however this may just add a new row at the top of the grid, not to the bottom of the grid.
Appreciate any help.