Telerik blogs
  • Web ASP.NET AJAX

    Migrating OnClientClick handlers from ASP button to Telerik’s ASP.NET AJAX Button

    Let’s start with some background – a common need is for a button to execute some JavaScript code in order to create a more responsive page. With the standard ASP:Button the OnClientClick is used to specify this execution statement. Take the following simple example: <script type="text/javascript">     function ButtonClick(button) {         alert("The Button with ID " + button.id + " was clicked.");     } </script> <asp:Button ID="Button1" Text="Regular Button" OnClientClick="ButtonClick(this); return false;" runat="server" />   What you can see here is a function called with parentheses, an argument provided to the function and the return false; statement that prevents the postback. The case with Telerik’s ASP.NET AJAX Button is slightly different, however. It follows the convention all other Telerik ASP.NET AJAX...
    May 27, 2021 4 min read
  • People

    Kendo UI at Google Developer Sandbox, I/O 2012

    I'm stoked to share that Kendo UI is at Google I/O 2012 and that we've been invited to show-off Kendo UI in the exclusive Google Developer Sandbox! We'll be hanging-out in the Chrome Sandbox showing how Kendo UI can help you build incredible applications for Chrome...
    May 27, 2021 2 min read
  • People

    Kendo UI Named “The Best” in CodeProject’s Members Choice Awards This Year

    We're happy to share with you that Kendo UI just brought back home two gold awards and one honorable mention from the 2012 CodeProject Members Choice Awards. This is even more exciting for us seeing as Kendo UI is a young product, launched less than a...
    May 27, 2021 1 min read
  • People

    TechEd 2012 – developer keynote and interview series for all of you who couldn’t be there

    If you are a developer working with Microsoft platforms, and aren’t living under a rock, then you probably know that TechEd 2012 is happening right now in Orlando, Florida. Telerik is in Orlando, in force. We know most of you couldn’t be there, so we sent out our scouts to help capture at least a part of the experience for you.  A very big part of TechEd 2012 is Windows 8 and what it brings to software developers. One thing we are pretty proud of is the fact that Antoine Leblond, the corporate Vice President of Windows Web Services, included Telerik...
    May 27, 2021 2 min read
  • People

    Meet Kendo UI Folks at an Event Near You

    Building a great product means listening to your customers. The feedback you get can have a tremendous impact on your success. That's why those of us on the Kendo UI team are committed to connecting with developers like you. We love getting your feedback. We spend...
    May 27, 2021 2 min read