AD
Administrator
Syncfusion Team
July 14, 2003 11:45 AM UTC
You will have to derive a cell control from the masked edit cell and then add dropdown logic there. Dropdown logic can be added to any celltype with the GridDropDownCellImp class and associating it to DropDownImp.
But there is definitely some work required on your side. You will have to listen to ShowingDropDown, CloseDropDown and other events of the dropdown part to get things working correctly. If you have source code check out the comboboxcell implementation.
Stefan