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
1130
ExitEditMode for UltraComboEditor?
posted

Hi,

I'm having a problem where changes made to an UltraComboEditor aren't being commited because the user is clicking a button on a toolbar.  I see there's an IsInEditMode property... but how to do I force the edit mode to exit programmatically?

I'm looking for something similar to the

UltraGrid.PerformAction( 

 

 

UltraGridAction.ExitEditMode );

The combo is directly on a form, not in a grid.

Thanks

Andy