Hello friends, I'm usign a UltraGrid Control Editors, My Control have five columns and the column 4 and 5 are UltraComboEditors, I need to load my second UltraCombo according to the value from my first UltraCombo, Ejm: UltraCombo1: Country, UltraCombo2: Cities.
Thanks for all.
Regards
Creating a dropdown list in a grid cell whose list values are dependent on another cell - Windows Forms - Infragistics Community
Hi Mike,
I have a similar problem, but I need to go a little further. I understood how to feed the column ultradropdown datasource depending of another cell value, but how can I manage this situation correctly and easily:
Let's say I populate a cell's combobox of row 1 from another cell in row 1. Now I add a second row (row 2). Then I populate the cell's combobox's of row 2 depending of a value in row 2. If I go back to row 1 and I open the combobox's cell, it will be populated with combobox's row 2 list.
So how can each cell's combobox can keep their own list?
Thanks,
Olivier
Hello, you have reason, Your link have saved my life.
Thanks, regards.