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
340
AddNewRow
posted

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

 

 

 

 

 

  • 25
    posted

    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