Hello guys,I have a simply question. I can not find in the Designer UltraGrid the propertie to have a default empty row at the bottom for the insertion.I tried "Band and Column Settings" -> "Band[0]" -> "Override" -> "AllowAddNew=Yes" but it does not work...Thanks !
Hello Antony,
Thank you for posting in our forum.
You are on the right way. When you set AllowAddNew to Yes you are actually allow the user to add rows to the grid. However you will need to implement the way the new rows should be added. If you need the grid to take care of this you may set AllowAddNew to some other value of AlloAddNew enumeration. More about this enumeration you may find by following the next link http://help.infragistics.com/Help/Doc/WinForms/2015.1/CLR4.0/html/Infragistics4.Win.UltraWinGrid.v15.1~Infragistics.Win.UltraWinGrid.AllowAddNew.html.
Please let me know if you have any additional questions.
Thank you for using Infragistics Components.
Hello Milko,
Thank you for your answer.I tried to set the value of AllowAddNew to TemplateBottom and it worked !I keep in mind what you told, thank you !Have a nice day !