11 Answers, 1 is accepted
0
Hi Kasthuri,
All visual states of RadComboBox are the visual representation of the ButtonChrome control. If you edit RadComboBox template in Expression Blend, you can find the ButtonChrome control in it. Generate the style of the chrome and check in Blend, in the Resources tab on the right all relevant brushes. You can modify any brush, including the highlight brush.
I hope this will help.
Best wishes,
Dani
the Telerik team
All visual states of RadComboBox are the visual representation of the ButtonChrome control. If you edit RadComboBox template in Expression Blend, you can find the ButtonChrome control in it. Generate the style of the chrome and check in Blend, in the Resources tab on the right all relevant brushes. You can modify any brush, including the highlight brush.
I hope this will help.
Best wishes,
Dani
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Kasthuri
Top achievements
Rank 1
answered on 29 Nov 2011, 05:27 AM
hi,
I try as the way you suggested.But still I could Find way to Change the Default highlight color,Mouse over,Pressed color.I have Attached a clear Image on below.Pls do refer that. Kindly give me way.
I try as the way you suggested.But still I could Find way to Change the Default highlight color,Mouse over,Pressed color.I have Attached a clear Image on below.Pls do refer that. Kindly give me way.
0
Kasthuri
Top achievements
Rank 1
answered on 29 Nov 2011, 05:30 AM
hi,
I try as the way you suggested.But still I could Find way to Change the Default highlight color,Mouse over,Pressed color.I have Attached a clear Image on below.Pls do refer that. Kindly give me way.
I try as the way you suggested.But still I could Find way to Change the Default highlight color,Mouse over,Pressed color.I have Attached a clear Image on below.Pls do refer that. Kindly give me way.
0
Kasthuri
Top achievements
Rank 1
answered on 29 Nov 2011, 05:37 AM
hi,
I try as the way you suggested.But still I could Find way to Change the Default highlight color,Mouse over,Pressed color.I have Attached a clear Image on below.Pls do refer that. Kindly give me way.
I try as the way you suggested.But still I could Find way to Change the Default highlight color,Mouse over,Pressed color.I have Attached a clear Image on below.Pls do refer that. Kindly give me way.
0
Hi Kasthuri,
Please, find attached a sample of a customized ButtonChrome in RadComboBox template. The default NonEditable template has been modified. Whatever changes you make upon that template, please remember you might need to apply them to the Editable template, as well.
In the resources.png attached screenshot, you will see just where you can find all needed brushes of the generated ButtonChromeStyle. The customized_brushes.png shows a small illustrative change that was applied to that particular ButtonChromeStyle.
I hope this will be helpful.
Best wishes,
Dani
the Telerik team
Please, find attached a sample of a customized ButtonChrome in RadComboBox template. The default NonEditable template has been modified. Whatever changes you make upon that template, please remember you might need to apply them to the Editable template, as well.
In the resources.png attached screenshot, you will see just where you can find all needed brushes of the generated ButtonChromeStyle. The customized_brushes.png shows a small illustrative change that was applied to that particular ButtonChromeStyle.
I hope this will be helpful.
Best wishes,
Dani
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Kasthuri
Top achievements
Rank 1
answered on 30 Nov 2011, 04:58 AM
Thank You.
Great Work you guys are doing over there.Keep Going.
Great Work you guys are doing over there.Keep Going.
0
0
Kasthuri
Top achievements
Rank 1
answered on 30 Nov 2011, 10:24 AM
hi,
And also am hardly trying to change yellow color selection color of an radcomboxitem color.plssss help me
And also am hardly trying to change yellow color selection color of an radcomboxitem color.plssss help me
0
Hello Kasthuri,
To try to explain the customization process more clearly, I attach here a sample video I made. It shows how to change brushes using the project I initially posted here. It also shows how you can change the mouse over brush of the RadComboBoxItem.
I hope the movie will be helpful.
All the best,
Dani
the Telerik team
To try to explain the customization process more clearly, I attach here a sample video I made. It shows how to change brushes using the project I initially posted here. It also shows how you can change the mouse over brush of the RadComboBoxItem.
I hope the movie will be helpful.
All the best,
Dani
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Kasthuri
Top achievements
Rank 1
answered on 01 Dec 2011, 05:10 AM
hi,
Thank you very much for your video.I have gone through it.You created a stryle for the RadComboboxItem and applied it to all item.But is that possible to apply the style when we bind dynamic data to the combobox item.Can you suggest me ya way.How to do It.
Thank you very much for your video.I have gone through it.You created a stryle for the RadComboboxItem and applied it to all item.But is that possible to apply the style when we bind dynamic data to the combobox item.Can you suggest me ya way.How to do It.
0
Hi Kasthuri,
If your RadComboBox is populated by data binding its ItemsSource property, then use the ItemContainerStyle to apply your customization to all RadComboBoxItems.
I hope this helps.
Kind regards,
Dani
the Telerik team
If your RadComboBox is populated by data binding its ItemsSource property, then use the ItemContainerStyle to apply your customization to all RadComboBoxItems.
I hope this helps.
Kind regards,
Dani
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>