I have a RadGridView which has columns ..one of the column is GridViewComboBoxColumn and now i want to change the style of GridViewComboBoxColumn i.e. Selection color and Selected color with my custom colors.
Please any help will be gr8...
2 Answers, 1 is accepted
0
Maya
Telerik team
answered on 02 Dec 2011, 11:35 AM
Hello Anup,
The editing element of GridViewComboBoxColumn is RadComboBox. So, you can edit the style of a RadComboBox and if it is implicitly defined, it will be directly applied for the column as well. Otherwise, you can set it to its EditorStyle property.
All the best,
Maya
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Hey hie Maya,
Thanks for the quick reply..i tried it the way you suggested but was not able to achieve the task.If is it possible for you to share a code snippet for setting either hover color or selection color that would be a great help for me....
Thank you once again....