Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
335
WinGrid with GridRowEditTemplate and UltraDropDown dynamic values question
posted

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