Hi Daniel,
Thank you for your question.
Please refer to the following sample code:
private void radMultiColumnComboBox1_DropDownOpened(object sender, EventArgs e) |
{ |
|
((RadGridView)this.radMultiColumnComboBox1.EditorControl).GridElement.ScrollTo(this.radMultiColumnComboBox1.SelectedIndex, 0); |
} |
Do not hesitate to contact me back if you have further questions.
Greetings,
Nick
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.