If I combine...1) grid.DisplayLayout.Bands[0].Column["Country"].EditorControl = comboCountries;with...2) grid.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnTop;should I get a combo in the row at the top of the grid used to enter new data?
Yes.
I just tested this out and it works fine for me.
Thanks. That gives me the steam I need to keep fumbling with it.