Hello Per,
Thanks for writing and for your question.
Yes, it is possible to set the focus on the
RadMultiColumnComboBox when the MDI Child Form is shown so that you can immediately start typing. Take a look at the code snippets below:
This is the code of my MDI Parent form. In the
Load event of the parent I create an instance of the
ComboMDIChild class which represents my MDI Child form. This class has a
ComboBox property which exposes the
RadMultiColumnComboBox control. I subscribe for the
Shown event of the MDI Child and in its Event Handler I call the
Focus method of the
RadMultiColumnComboBox control.
Here is the code of the
ComboMdiChild class:
I hope this is helpful.
Do not hesitate to write back if you need further assistance.
Regards,
Deyan
the Telerik team