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
Hello crk,
I prepared and attached a sample for you demonstrating the desired scenario. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.