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
690
Grid.EditorControl + Grid.AllowAddNew.TemplateOnTop... does it work?
posted

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?