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
410
how to add a row in ultra grid
posted

hi

i have add a ultra grid to my form and i run that form it is showing empty grid but i want to enter some data in that grid to save in database . for this which property i need ti setup to add a empty row to grid .

it is showing empty grid here i want empty row to enter some data for this which property i need to use

thanks

N.Ravikumar

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi, 

    The grid needs a DataSource of some kind in order to function. Have you set the DataSource of your grid? If so, it appears that your data source has no rows in it.

    If you want to allow the user to add some, you need to enable adding rows. You can do this in the grid designer in the Feature Picker. Or you could set grid.DisplayLayout.Override.AllowAddNew.

Children