hi,
I have a WinGrid with 2 columns. Column 1 has a ValueList. Column 2 has a UltraDropDown. When GridRowEditTemplate opens, I need the available values of the UltraDropDown to change based on the value selected from the ValueList.
For example, if the user select CA on the valueList, the available values on the ultraDropDown should change to "Los Angelas", "San Francisco", "San Diego"... This is on the GridRowEditTemplate.
Please help, Thanks in advance
This fixed my problem.
I used UltraDropDown. Works great.
Thank you very much !!
You should take a look at the KB article HOWTO:How can I change the drop down list on a cell by cell basis in UltraWinGrid. I just tested out the sample that is attached to that article to ensure that it works correctly with the RowEditTemplate as well. You basically need to update the UltraDropDown/ValueList on a cell-by-cell basis in Column 2.
-Matt