Telerik blogs
  • Web

    How do I pause execution in JavaScript?

    The current article is taken from javascript.faqts Contributors: ha mo, Daniel LaLiberte, Brent Boyer, Martin Honnen, mercury rising,   There is no true wait, sleep, or similar function in either the core JavaScript language or in client side JavaScript. Client side JavaScript however provides     setTimeout('js code here', delayInMilliseconds) which allows you to schedule execution of piece of script and setInterval('js code here', intervalInMilliseconds) which allows you to periodically execute a piece of script. So if you wanted (pseudo code) statement1;  wait (someDelay);  statement2;  you would stuff the code into functions: function statement1 () {      // your code here  }  function statement2 () {      // your code here  }    and call statement1();  setTimeout('statement2()', someDelay);      If you wanted (pseudo...
    December 19, 2008
  • Release

    A new series of blog posts coming up

    Hi all,   Telerik’s support is always focused at satisfying customer needs – if you have used our controls for some time now, I guess you have already found that out. If you have just started getting familiar with our products – give us a try ;)   Our support services however, being targeted on our products only, cannot provide you with custom solutions, although we try to help as much as possible. That is why we decided to start a new series of blog posts aimed at different aspects of ASP.NET development. The content is gathered from various newsgroups, blog posts, tutorials in...
    December 19, 2008
  • Desktop WPF

    Get Organized with the RadPanelBar

    If you have ever used Microsoft Outlook or Windows Explorer, you have seen the use of panels to organize content.  See Outlook 2007 screenshot below: This is a very useful method of organizing information that you want available to the user all the time.  Panels can house different functionality like managing options, navigating the application or displaying important details.  You can incorporate this same functionality in your applications using the RadPanelBar.  To get started, I thought it might be nice to create a Outlook like PanelBar with a calendar inside.  My goal is not to recreate what Outlook has done, but...
    December 19, 2008
  • Release

    RadControls for WPF Q3 2008 SP1

    We are excited to announce the latest SP1 edition of the RadControls for WPF Q3 2008. The controls have been under serious development during the last couple of weeks and we managed to include major improvements and bug fixes in this latest service pack release.   Online examples can be seen at: Online Demos To download the latest build please visit your Client Account   A detailed list of all the changes can be found below:   RadGridView New themes New Office_Black theme has been added New features New API has been added for starting/canceling new row insertion Improvements Scrolling performance improvements ...
    December 18, 2008
  • Productivity

    Getting Started with ADO.NET Data Services and Telerik Open Access – Step IV

    Just a quick follow-up: we uploaded the application sample as a code library item named "Using OpenAccess with SilverLight and Ado.Net Data Services" and it is available at:...
    December 16, 2008
  • Web

    How do I pause execution in JavaScript?

    The current article is taken from javascript.faqts Contributors: ha mo, Daniel LaLiberte, Brent Boyer, Martin Honnen, mercury rising,   There is no true wait, sleep, or similar function in either the core JavaScript language or in client side JavaScript. Client side JavaScript however provides     setTimeout('js code here', delayInMilliseconds) which allows you to schedule execution of piece of script and setInterval('js code here', intervalInMilliseconds) which allows you to periodically execute a piece of script. So if you wanted (pseudo code) statement1;  wait (someDelay);  statement2;  you would stuff the code into functions: function statement1 () {      // your code here  }  function statement2 () {      // your code here  }    and call statement1();  setTimeout('statement2()', someDelay);      If you wanted (pseudo...
    December 19, 2008
  • Release

    A new series of blog posts coming up

    Hi all,   Telerik’s support is always focused at satisfying customer needs – if you have used our controls for some time now, I guess you have already found that out. If you have just started getting familiar with our products – give us a try ;)   Our support services however, being targeted on our products only, cannot provide you with custom solutions, although we try to help as much as possible. That is why we decided to start a new series of blog posts aimed at different aspects of ASP.NET development. The content is gathered from various newsgroups, blog posts, tutorials in...
    December 19, 2008
  • Desktop WPF

    Get Organized with the RadPanelBar

    If you have ever used Microsoft Outlook or Windows Explorer, you have seen the use of panels to organize content.  See Outlook 2007 screenshot below: This is a very useful method of organizing information that you want available to the user all the time.  Panels can house different functionality like managing options, navigating the application or displaying important details.  You can incorporate this same functionality in your applications using the RadPanelBar.  To get started, I thought it might be nice to create a Outlook like PanelBar with a calendar inside.  My goal is not to recreate what Outlook has done, but...
    December 19, 2008
  • Release

    RadControls for WPF Q3 2008 SP1

    We are excited to announce the latest SP1 edition of the RadControls for WPF Q3 2008. The controls have been under serious development during the last couple of weeks and we managed to include major improvements and bug fixes in this latest service pack release.   Online examples can be seen at: Online Demos To download the latest build please visit your Client Account   A detailed list of all the changes can be found below:   RadGridView New themes New Office_Black theme has been added New features New API has been added for starting/canceling new row insertion Improvements Scrolling performance improvements ...
    December 18, 2008
  • Productivity

    Getting Started with ADO.NET Data Services and Telerik Open Access – Step IV

    Just a quick follow-up: we uploaded the application sample as a code library item named "Using OpenAccess with SilverLight and Ado.Net Data Services" and it is available at:...
    December 16, 2008