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