Adding/deleting rows while using dynamic smart rendering

Hi,

My grid is using dynamic smart rendering. Is it possible to add an additional row using addRow() or do I need to reload the entire grid with the new row included? Similarly, is it possible to delete an existing row in the grid using deleteRow()?

Thanks!

You can add\delete row in grid with addRow()\deleteRow() methods. This methods will work with dynamic smart rendering either.