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
300
Add combobox control into FixedAddRow columns
posted

hi

i have a grid and want to add new row in it. i use this below code in initilize layout event of Grid

e.Layout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.FixedAddRowOnTop;

grid have 6 columns. now problem is that when i create UltraWinGrid, some FixedAddRow  columns update default value and i want to add combobox control into FixedAddRow  columns .

is there solution from anyone

thanks