Telerik blogs
  • Web

    RadControls for Silverlight Futures

    RadDocking With the SP2 release of RadControls for Silverlight Q3 2008 we are introducing a community preview edition of the RadDocking control for Silverlight. You can find the build under your account at telerik.com. The download files containing the build are called Futures (RadControls_for_Silverlight_2008_3_1217_TRIAL/DEV_Futures.zip and RadControls_for_Silverlight_2008_3_1217_TRIAL/DEV_Futures.msi).     You can check the online demos at: RadDocking First Look RadGridView First Look The features that are currently supported by this CTP edition of the RadDocking tool are listed below: Dockable Layouts Percentage or Absolute Height of the containers MinWidth/Width/MaxWidth constraints MinHeight/Height/MaxHeight constraints Resizable Bars AutoHideAreas DocumentHost DockingPanel SplitContainers Nested split containers Horizontal/Vertical Orientation Initial Position PaneGroups AutoHide per group Close per group Title Panes Pinnable Closable     RadGridView Beta The previously released community...
    December 19, 2008
  • Release

    RadControls for Silverlight Q3 2008 SP2

    We are pretty excited with this service pack release as it comes along with the Beta edition of the RadGridView control and the first community preview of the RadDocking tool for Silverlight. You can learn more about these "Futures" build in the following blog post: RadControls for Silverlight Futures Below you can find detailed information about all the changes included in the latest service pack release of RadControls for Silverlight. We will much appreciate your feedback on the progress we made with this SP release. All your comments are  welcome.   To download the files please log into your telerik.com account. To see the demos follow the...
    December 19, 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
  • Web

    RadControls for Silverlight Futures

    RadDocking With the SP2 release of RadControls for Silverlight Q3 2008 we are introducing a community preview edition of the RadDocking control for Silverlight. You can find the build under your account at telerik.com. The download files containing the build are called Futures (RadControls_for_Silverlight_2008_3_1217_TRIAL/DEV_Futures.zip and RadControls_for_Silverlight_2008_3_1217_TRIAL/DEV_Futures.msi).     You can check the online demos at: RadDocking First Look RadGridView First Look The features that are currently supported by this CTP edition of the RadDocking tool are listed below: Dockable Layouts Percentage or Absolute Height of the containers MinWidth/Width/MaxWidth constraints MinHeight/Height/MaxHeight constraints Resizable Bars AutoHideAreas DocumentHost DockingPanel SplitContainers Nested split containers Horizontal/Vertical Orientation Initial Position PaneGroups AutoHide per group Close per group Title Panes Pinnable Closable     RadGridView Beta The previously released community...
    December 19, 2008
  • Release

    RadControls for Silverlight Q3 2008 SP2

    We are pretty excited with this service pack release as it comes along with the Beta edition of the RadGridView control and the first community preview of the RadDocking tool for Silverlight. You can learn more about these "Futures" build in the following blog post: RadControls for Silverlight Futures Below you can find detailed information about all the changes included in the latest service pack release of RadControls for Silverlight. We will much appreciate your feedback on the progress we made with this SP release. All your comments are  welcome.   To download the files please log into your telerik.com account. To see the demos follow the...
    December 19, 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