Hi,
Thank you for support
Would like to understand, if there is any api/method to copy a row and insert in to Grid as new Row.
We have tried the below steps
1. Use getRowData method to get data for a particular Row
2. Add the received data to grid using addRow method.
This is working fine incase if the row is editable. But if the row is non editable, then unable to insert the copied row.
If edit mode is the reason, then could you please let us know, how to make a row editable during run time.