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

Raddropdown with colordialog

5 Answers 82 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Divya
Top achievements
Rank 1
Divya asked on 28 Apr 2011, 06:52 AM
Hi,


                  I have raddropdownbutton in the ribbiongroup on the click of this raddropdownbutton i am showing radcolor dialog form from this i select a color .


Now i need to apply this selected as my theme ,so that i can apply this color to my entire application using theme .so how can i make the selected color to work as my theme .....can anyone explain it how it can be done....

public void raddropdownbutton1_click(sender s,EventArgs e)
{
RadColorDialog frm=new RadColorDialog();
frm.ShowDialog();

}

Thanks
Divya

5 Answers, 1 is accepted

Sort by
0
Emanuel Varga
Top achievements
Rank 1
answered on 29 Apr 2011, 02:27 PM
Hello Divya,

I'm guessing you're talking about color blending here, if you are please take a look at this help article here.

But, if you need more complex things i would suggest taking a look at visual style builder to create your own theme.

Hope this helps, if you have any other questions or comments, please let me know,

Best Regards,
Emanuel Varga

Telerik WinForms MVP
0
Divya
Top achievements
Rank 1
answered on 09 May 2011, 06:00 AM
Hi,
         I understood what u have explained but can u post me a sample application of making use of colorblending concept so that it will be more clearer to me ....


Thanks
Divya 
0
Emanuel Varga
Top achievements
Rank 1
answered on 09 May 2011, 08:26 AM
Hello again,

Just take a look at this help article for info related to color blending, or in the Demos application, in the Wizard -> First look and at the top left there are some color buttons, there, you will find the Desert theme and Desert Blended theme.

Hope this helps, if you have any other questions or comments, please let me know,

Best Regards,
Emanuel Varga

Telerik WinForms MVP
0
Divya
Top achievements
Rank 1
answered on 10 May 2011, 05:41 AM
Hi,
            Can u please if possible post me a sample  of that color blending concept.


Thanks
Divya
0
Stefan
Telerik team
answered on 11 May 2011, 09:11 AM
Hi Divya,

Thank you for writing.

Please refer the other forum thread, where we are discussing the same subject. Please try to keep one thread per subject since posting the same question numerous times slows down our response. If you need a quick response, use our Support Ticketing System, otherwise, post your question in a forum thread.

Regards,
Stefan
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
DropDownList
Asked by
Divya
Top achievements
Rank 1
Answers by
Emanuel Varga
Top achievements
Rank 1
Divya
Top achievements
Rank 1
Stefan
Telerik team
Share this question
or