Posted 25 April 2018, 7:51 am EST
Hi,
My question is related to column editors for flex grid. In edit mode, I would like either to replace the combo box with my custom combo. Actually, I would like a combobox where a user on typing should be shown all the possible items that contain the search term. Following is the example
Let’s say we have the following items in combobox.
apple
orange
cherry
If user type “a” combobox should show apple and orange as both items contain a and not cherry. Kindly let me know if there is any feature like this in winform controls, or if not than how can grideditor on setting ComboList can replace default combobox with my custom combobox.
Thanks
Regards
Zeb ur Rehman