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
20
wingrid tab new row
posted

I am trying to use the option for tab - new row. But it does not actually create a row when I tab to the end of the grid. Is there something special that needs to be done to make this happen?

 

For reference I am using  7.1.2 and I added the grid to the form by dragging the dataset object from the data sources window. The binding navigator's plus sign will add a new row but tab new row doesn't actually do anything.

 

Any suggestions? 

  • 1803
    posted

     

     check for these properties to allow adding a new row..

     

    .DisplayLayout.Bands(0).Override.AllowAddNew = AllowAddNew.Yes

    .DisplayLayout.Bands(0).Override.AllowAddNew = AllowAddNew.TabRepeat

    hope this shud solve ur problem... 

     

    happy coding ..