Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
170
Adding multiple new rows without "Add new row" button
posted

Hi,

Please help!

I am trying to add a new row to igGrid table. I have a button "Add" when I click on it I want to add a new blank row where I can enter values.  

When I am trying to do something like this:

jQuery("#securityOnlyModel").igGridUpdating("option", "enableAddRow", true);

jQuery("#securityonlyModel").igGridUpdating("startAddRowEdit");

It is adding a new row with "Add new row" button which I don't want. I want to add a row directly into edit mode. 

Also I want to add multiple rows at the same time. So if I click on "Add" multiple times I want to add multiple rows and then I can enter values at the same time. 

One more thing, right now all the rows are read only so that I can not change their values but in the case of new row I should be able to enter values in it. 

Thanks,

Mohan