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
475
UltraComboEditor with fixed values in UltraGrid not working as expected
posted

I have an UltraComboEditor set as the EditorComponent of a column in an UltraGrid.  The values of this list are set at design time using the designer.  The DataValue and DisplayText are set for all items.  When adding a row in the TemplateOnBottom I select a value from the dropdown and tab to the next cell.  At this point, the dropdown selection clears and doesn't hold the value I just selected.  I added a ValueChanged method to see what is happening but the event is never fired.

Other dropdowns that are databound from the database work properly, only the dropdown that has items added at design time is having problems.