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
480
applying a ValueList selection immediately
posted

I have a UltraGrid column of type string.

I set a ValueList property of the UltraGridColumn that I get through the UltraGrid's DisplayLayout.

After  the user selects an item in the drop down, the grid puts the cursor in the cell to allow editing.

The user has to hit 'ENTER' after selecting the drop down for the edit to raise the change event. 

How can I make the change event get raised when the selection finishes with out requiring the user to also hit enter...

I want the edit applied on the select and the change raise immediately...