3.2.0

How to add rows in grid dynamically

need to add row dynamically to grid and also need to set onclick event for that row.

Right now by using splice function i am able to adding rows dynamically but i am not able to set the events for that rows(like onclick,ondbclick...)

Thank you

jithendra T
Jithendra T
July 29,
You can add new rows with addRow(i) method. See /examples/new/add delete row.htm
Alex (ActiveWidgets)
July 31,

This topic is archived.

See also:


Back to support forum