All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
ColorPicker
/
How to se the Selected color to transparent color
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
3 posts, 0 answers
วรวุฒิ
21 posts
Member since:
Oct 2007
Posted 13 Apr 2008
Link to this post
How to set the RadColorPicker.SelectedColor to selected the transparent color(no color) from code behind.I try with SelectedColor = Color.Transparent and Color.FromName("Transparent") it not working also. Please help us.
Svetlina Anati
Admin
2795 posts
Posted 16 Apr 2008
Link to this post
Hi Worawut,
You should use the following setting:
RadColorPicker1.SelectedColor = System.Drawing.Color.Empty;
which is equivalent to have no selected color.
Kind regards,
Svetlina
the Telerik team
Instantly find answers to your questions at the
new Telerik Support Center
วรวุฒิ
21 posts
Member since:
Oct 2007
Posted 16 Apr 2008
Link to this post
Thanks Team my problem has been solve.
Back to Top
Close