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
1500
Automatically display last empty row
posted

Hi all,

I have the grid that allows a user to add rows to it. I would like to do it via providing an empty last row. As the user starts typing into it, the next empty row appears.

Of course I realize, that the datasource should be modified when that new row is added.

Is there a common solution for this?

Thanks,

Vitaly

Parents
No Data
Reply
  • 27093
    Verified Answer
    posted

    Hello Vitaly,

     

    This exact behaviour is implemented in the ultraGrid. You simply need to set the AlloAddNew property e.g.:

    ultraGrid1.DisplayLayout.Override.AllowAddNew =

    AllowAddNew.TemplateOnBottom;

    Hope this helps.

    Sincerely,

    Petar Monov

    Developer Support Engineer,

    Infragistics, Inc

     

Children