cancel
Showing results for 
Search instead for 
Did you mean: 

Add row to iGrid

Former Member
0 Kudos

Hi.

I have seen an iGrid method, deleteRow. Is it possible to add a row also ?

Regards

Poul.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello, Poul.

If you call the setCellValue method on the grid object, set the Row number such that it will one greater than the current row count, and this will add a row.

Just be aware that this data is not persistent, and will go away when you refresh the grid.

Best regards,

Rick