Is it possible to Add new row to igGrid(igHierarchicalGrid) programmatically, and how to do it?
I have done this by calling .igGridUpdating( "startAddRowEdit", [e:object] ); but editCellStarting is not firing, how to manage that? Is it because I do not forward e parameter? How to get that parameter and forward it?
Hello Branko,
igGridUpdating's addRow method should be used for adding rows programmatically. Please refer to the API documentation for more information: http://help.infragistics.com/jQuery/2013.2/ui.iggridupdating#methods
Please, let me know if you have any other questions and/or concerns!
Best regards,
Stamen Stoychev