Hi,
I would like to add new row in ultrawebgrid, when i click the "Add" button.
Important thing is, this button is not in/on the grid. It's an external button.
How to do this? Similarly delete also.
Thanks!
Hi ,
I have problem with this when I addnewrow on AfterCellEditExitEventHandler it will add new row to
top and bottom so it adds two row?
do you know why this happens?
it's very simple.
btnAdd.Attributes.Add("onclick", "igtbl_addNew('" + UWGTestLab.ClientID + "',0);");
UWGTestLab="your ultraGrid ID"
Regards
ateeqpasha