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
205
disable add new row in my Ultragrid
posted

Hello,

I am using Netadvantage 2010.1, and  I am facing problem with the UltraGrid.

If i modify anything in the Template Add Row and I click back to an another row, a new row well be add in my ultragrid

 

Parents
No Data
Reply
  • 5520
    Verified Answer
    posted

    this is the normal behavior.

    what is ur problem?if you don't want to add new row use

    UltraGrid1.DisplayLayout.Override.AllowAddNew = AllowAddNew.No;

Children