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
1380
Ultragrid update
posted

Hello,

How to add new value to ultragrid datasource from gridview.For example :Update ultragrid datasource  editing values to ultragrid cells.Ultragrid datasource is datatable.

Thanks 

Parents
No Data
Reply
  • 71886
    Verified Answer
    Offline posted

    Hello Ilkin,

    You could use the following code for this:

       ultraGrid1.DisplayLayout.Bands[0].AddNew();

    Also, you could take a look at the template add new row feature:

       ultraGrid1.DisplayLayout.Override.AllowAddNew = AllowAddNew.TemplateOnBottom;

    Is this helpful? Please let me know.

Children
No Data