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
384
Repaint Problem WinGrid UltraDropDown cell
posted
I am using an UltraDropDown as the editor control for a wingrid cell.  The problem I am experiencing is that when a user selects an item from the list, while the AfterExitEditMode event is processed (which in some cases makes a couple database calls and then opens a subform) the UltraDropDown displays the first item from the list in the grid cell - regardless of the users selection from the list.  At the end of the event the selected value is displayed. For example, my list has A, B, C in it.  When the user types 'C', it switches and displays the 'A' in the grid cell while the AfterExitEditMode event is processing, but then after this event is completed it returns to display the "C".

Any thoughts?