Telerik is a leading vendor of ASP.NET AJAX, ASP.NET MVC, Silverlight, WinForms and WPF controls and components, as well as .NET Reporting, .NET ORM , .NET CMS, Code Analysis, Mocking, Team Productivity and Automated Testing Tools. Building on its expertise in interface development and Microsoft technologies, Telerik helps customers build applications with unparalleled richness, responsiveness and interactivity. Telerik products help thousands of companies to be more productive and deliver reliable applications under budget and on time.
Version Q1 2012 released 04/11/2012
select

ColorPicker / Recent And Custom Colors




Telerik Broadens Presence in North America

Leading .NET tools and solutions provider announces U.S. expansion, including enlargement of developer evangelist team

SOFIA, Bulgaria; Waltham, MA, September 28, 2009 - Telerik, a leading provider of development tools and solutions for the Microsoft's .NET platform today announced the expansion of its U.S. operations, with new offices opening in Waltham, MA, and Houston, TX. In addition, the company announced it is enlarging the size of its developer evangelist team in order to meet increased demand.

Located in Waltham, MA, recognized as one of the Northeast's leading technology hubs, Telerik's new offices house its growing Customer Advocate Group, under the direction of the head of U.S. operations, Dimitre Taslakov. The company relocated current operations in Newton, MA to the Waltham site on September 1, 2009. A second expansion phase incorporating new satellite offices in Houston, TX is also underway; Todd Anglin, Telerik Chief Technical Evangelist, will lead the Houston expansion. The new operational space allows Telerik to enhance the range of services offered to customers, provide support for its growing product portfolio, and tap into substantial regional pools of experienced technical talent.

"This expansion of our North American operations enables us to respond rapidly and dynamically to mounting customer demand for our latest products, ORM and WebTesting tools , as well as our growing Silverlight and WPF suites," said Taslakov. "As our product lineup continues to broaden, so must the size and depth of our supporting technical team. The vibrant, thriving technology corridors of Waltham and Houston provide us with ideal avenues for identifying and adding new in-house expertise so that we can better serve an increasing client base."

  • Recent and custom colors

    • ShowRecentColors - using the ShowRecentColors property, you can configure the color picker to show one row, contaning the most recently used colors.
    • EnableCustomColor- when you set this property to true, the color picker will display a button in the WebPalette palette that opens a modal popup with the HSB palette. The user can choose any color using the custom color palette.

Source Code

C# VB.NET
Show code in new window Demo isolation steps
  • <%@ Page Language="c#" AutoEventWireup="true" Inherits="Telerik.Web.Examples.ColorPicker.RecentAndCustomColors.DefaultCS"
        CodeFile="DefaultCS.aspx.cs" %>

    <%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
    <%@ Register TagPrefix="qsf" Namespace="Telerik.QuickStart" %>
    <%@ Register TagPrefix="qsf" TagName="Header" Src="~/Common/Header.ascx" %>
    <%@ Register TagPrefix="qsf" TagName="HeadTag" Src="~/Common/HeadTag.ascx" %>
    <%@ Register TagPrefix="qsf" TagName="Footer" Src="~/Common/Footer.ascx" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/tr/xhtml11/dtd/xhtml11.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <qsf:HeadTag ID="Headtag1" runat="server" />
        <style type="text/css">
            .RemoveBorder div.rcpPalette
            {
                border: 0px none;
            }
        </style>
    </head>
    <body class="BODY">
        <form id="Form1" method="post" runat="server">
        <qsf:Header ID="Header1" runat="server" NavigationLanguage="c#" />
        <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
        </telerik:RadScriptManager>
        <div style="width: 100%; padding-bottom: 30px;">
            <div style="background: url('back.png') no-repeat; position: relative; top: 17px;
                text-align: left; margin: 0 auto; padding: 0; width: 697px">
                <br />
                <br />
                <br />
                <table style="table-layout: fixed; margin: auto; height: 470px;">
                    <tr>
                        <td style="width: 500px; padding-left: 25px; vertical-align: top;">
                            <h1 style="font-size: 24px; font-weight: normal; color: #1E90FF;">
                                Telerik Broadens Presence in North America</h1>
                            <div id="textWrapper">
                                <em>Leading .NET tools and solutions provider announces U.S. expansion, including enlargement
                                    of developer evangelist team</em><br />
                                <br />
                                <strong>SOFIA, Bulgaria; Waltham, MA, September 28, 2009</strong> - Telerik, a leading
                                provider of development tools and solutions for the Microsoft's .NET platform today
                                announced the expansion of its U.S. operations, with new offices opening in Waltham,
                                MA, and Houston, TX. In addition, the company announced it is enlarging the size
                                of its developer evangelist team in order to meet increased demand.
                                <br />
                                <br />
                                Located in Waltham, MA, recognized as one of the Northeast's leading technology
                                hubs, Telerik's new offices house its growing Customer Advocate Group, under the
                                direction of the head of U.S. operations, Dimitre Taslakov. The company relocated
                                current operations in Newton, MA to the Waltham site on September 1, 2009. A second
                                expansion phase incorporating new satellite offices in Houston, TX is also underway;
                                Todd Anglin, Telerik Chief Technical Evangelist, will lead the Houston expansion.
                                The new operational space allows Telerik to enhance the range of services offered
                                to customers, provide support for its growing product portfolio, and tap into substantial
                                regional pools of experienced technical talent.
                                <br />
                                <br />
                                "This expansion of our North American operations enables us to respond rapidly and
                                dynamically to mounting customer demand for our latest products, <a href="http://www.telerik.com/products/orm.aspx">
                                    ORM </a>and <a href="http://www.telerik.com/products/web-testing-tools.aspx">WebTesting
                                        tools</a> , as well as our growing <a href="http://www.telerik.com/products/silverlight.aspx">
                                            Silverlight </a>and <a href="http://www.telerik.com/products/wpf.aspx">WPF</a>
                                suites," said Taslakov. "As our product lineup continues to broaden, so must the
                                size and depth of our supporting technical team. The vibrant, thriving technology
                                corridors of Waltham and Houston provide us with ideal avenues for identifying and
                                adding new in-house expertise so that we can better serve an increasing client base."
                            </div>
                        </td>
                    </tr>
                </table>
                <div style="float: right; margin-right: 20px;">
                    Change text color:
                    <telerik:RadColorPicker runat="server" ID="RadColorPicker1" PaletteModes="WebPalette"
                        Preset="Grayscale" EnableCustomColor="true" ShowRecentColors="true" ShowEmptyColor="false"
                        PreviewColor="false" CssClass="RemoveBorder" SelectedColor="#000000" OnClientLoad="OnClientColorChange"
                        OnClientColorChange="OnClientColorChange">
                    </telerik:RadColorPicker>
                </div>
                <div class="qsfClear">
                    <!--/-->
                </div>
            </div>
        </div>
        <script type="text/javascript">
            function OnClientColorChange(sender,args)
            {
                $get("textWrapper").style.color = sender.get_selectedColor();
            }
        </script>
        <qsf:Footer runat="server" ID="Footer1" />
        </form>
    </body>
    </html>

Get more than expected!

Take your time to truly experience the power of RadControls for ASP.NET AJAX with a free 60-day trial backed up by Telerik’s unlimited dedicated support.

Download your RadControls for ASP.NET AJAX trial and jumpstart your development with the available Getting Started resources.

If you have any questions, do not hesitate to contact us at sales@telerik.com.

Copyright 2002-2012 © Telerik. All right reserved
Telerik Inc, 201 Jones Rd, Waltham, MA 02451