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
230
Add new row in ultrawebgrid
posted

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!

 

 

Parents
  • 470
    posted

    Hi,

    it's very simple.

    btnAdd.Attributes.Add("onclick", "igtbl_addNew('" + UWGTestLab.ClientID + "',0);");

     UWGTestLab="your ultraGrid ID"

    Regards

    ateeqpasha

     

     

Reply Children
No Data