I need to be able to add a new row in an ultrawebgrid above an existing user selected row.
On the client side I tried this and it opens the new row but the indexes I think are messed up
now for the other rows and there is n way to set them that I have found
oAddedRow = oGrid.Rows.addNew();
var indx = oAddedRow.getIndex();
oGrid.Rows.remove(indx);
oGrid.Rows.insert(oAddedRow,rid);
Any ideas on how to solve this
Hi,
I am using UltraWebGrid. I am trying to show summary for each column in the grid for the sub groups. For that in RowExpand event I am trying to add rows dynamically. How to do this??
Please guide me.
Thanks,
Kalpana.S