I am having an ultragrid within I have a ultradropdown. I am have two data sources one for each
everything is fine except when i click drop down in the grid the values which are already in the grid for that column are becoming invisible and after a value is selected from the drop down the drop down columns are visible back in all the rows
Thank you,
Vidya
My grid with My first Column being drop down. when I click the drop down selection on second row all my values in the drop down column disappear in first row as long as the drop down in second row is down as is the following pic
I have the events InitilizeLayout, Initializerow, clickcellbutton, clickcellchange but i am just adding the code
GrdDebt.DisplayLayout.Bands[0].Columns["Type"].ValueList = this.TypesDropdown; GrdDebt.DisplayLayout.Bands[0].Columns["Type"].Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
in the initization of the grid
Hi Vidya,
I'm afraid I do not understand what you are describing or what the problem is. Can you explain in more detail?