This is a migrated thread and some comments may be shown as answers.

Raddropdown needs colorpicker

3 Answers 81 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Divya
Top achievements
Rank 1
Divya asked on 20 Apr 2011, 07:35 AM
Hi,


        I have ribbionbar in that i have raddropdownbuttonelement  when i click this i want a small colorpicker to apper below the dropdown .And from that picker if i select one color then the entire application should change to that color can anyone please post  the code how to do . Refer screenshot



Thanks
Divya

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 22 Apr 2011, 11:41 AM
Hi Divya,

Please refer to this code library article on how to impelement an MS Word-like style color picker.
As to the process of changing the color of the whole application, please refer to this help topic.

I hope this helps.

Greetings,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Divya
Top achievements
Rank 1
answered on 25 Apr 2011, 08:00 AM
Hi ,
             As i asked a question that i want colorpicker for raddropdown u suggested me to see code library i saw its fine with my requirement .But thing is how can i add that Raddropdowncolorpicker button in a ribbonbargroup in a ribbion bar.


Thanks
Divya
0
Peter
Telerik team
answered on 27 Apr 2011, 03:51 PM
Hello Divya,

Thank you for the writing back.

You cannot add this RadDropDownColorPicker at design-time. You should add it via code into Ribbonbargroup's Items:

radRibbonBarGroup1.Items.Add(this.radColorPicker);

I hope this helps.

All the best,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
RibbonBar
Asked by
Divya
Top achievements
Rank 1
Answers by
Peter
Telerik team
Divya
Top achievements
Rank 1
Share this question
or