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
470
ComboBox I define can't work well in ultraGrid
posted

I define a ComboBox which inherit from UltraTextEditor with the dropdownbuttoneditor.


In winForm It works as UltraCombo,but set it as a editorcontrol to the ultragirdcolumn,It can't work as i expected,the problem is:

1.The popcontrol in UltraTextEditor is poped coording by clicking button editor,I select an item but the popControl is visible remaning

2.When the gridcell is foused,the Popcontrol can not pop for user to select. In other words, I want the popcontrol visible after key down in the gridcell


What can I do for this? Thanks