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
2430
I don't know how to get add a row to Band[0]
posted
Normally, I get an row add at bottom:
this.taskGrid.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
I have the following - didn't do this for any other band but couldn't get a new row
e.Layout.Bands[0].Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.Yes;
The data schema as far as I know allows for row additions on all bands (aka there is an Insert Command under Band[0]s TableAdapter.

Not sure what I need to do to get this fundamental feature working.
Using the default template (no RowEditTemplates)