This question is locked. New answers and comments are not allowed.
Hi,
I have a problem with the use of the comboboxcolumn, i need to click it twice for the combo to popup, can it be done in one step?
I read following thread:
http://www.telerik.com/community/forums/silverlight/gridview/gridviewcomboboxcolumn-requires-two-clicks.aspx
But i don't quite get what dide means with setting OpenDropDownOnFocus.
I have a dynamic grid using the MyDataRow approach that i got from Telerik and i generate the combobox columns within the AutoGeneratingColumn event. So i define my GridViewComboBoxColumn within code... i can set EditTriggers, but how can i get to the combobox inside that column to set the OpenDropDownOnFocus to true?
Best Regards,
Peter
I have a problem with the use of the comboboxcolumn, i need to click it twice for the combo to popup, can it be done in one step?
I read following thread:
http://www.telerik.com/community/forums/silverlight/gridview/gridviewcomboboxcolumn-requires-two-clicks.aspx
But i don't quite get what dide means with setting OpenDropDownOnFocus.
I have a dynamic grid using the MyDataRow approach that i got from Telerik and i generate the combobox columns within the AutoGeneratingColumn event. So i define my GridViewComboBoxColumn within code... i can set EditTriggers, but how can i get to the combobox inside that column to set the OpenDropDownOnFocus to true?
Best Regards,
Peter