New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

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."

  • ShowRecentColors - using the ShowRecentColors property, you can configure the color picker to show one row that contains 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.
  • DefaultVB.aspx
  • DefaultVB.aspx.vb
  • scripts.js
  • styles.css
<%@ Page Language="vb" AutoEventWireup="true" Inherits="Telerik.Web.Examples.ColorPicker.RecentAndCustomColors.DefaultVB"CodeFile="DefaultVB.aspx.vb"  %>

<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<!DOCTYPE html>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head runat="server">
    <title>Telerik ASP.NET Example</title>
    <link href="styles.css" rel="stylesheet" />
    <script src="scripts.js" type="text/javascript"></script>
</head>
<body>
    <form id="form1" runat="server">
    <telerik:RadScriptManager runat="server" ID="RadScriptManager1" />
    <telerik:RadSkinManager ID="RadSkinManager1" runat="server" ShowChooser="true" />
    <div class="demo-containers">
        <div class="demo-container no-bg size-wide design-demo">
            <div class="design-sheet">
                <h1>Telerik Broadens Presence in North America</h1>
                <div id="textWrapper">
                    <p>
                        <em>Leading .NET tools and solutions provider announces U.S. expansion, including enlargement
                                of developer evangelist team</em>
                    </p>
                    <p>
                        <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.
                    </p>
                    <p>
                        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.
                    </p>
                    <p>
                        "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."
                    </p>
                </div>
            </div>
        </div>
        <div class="demo-container no-bg">
            <h2>Change text color</h2>
            <telerik:RadColorPicker RenderMode="Lightweight" 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>
    </form>
</body>
</html>

Support & Learning Resources

Find Assistance