Telerik blogs

Latest

  • Web ASP.NET AJAX

    RadControls for ASP.NET AJAX Dynamic Data update

    This is just another update of RadControls for ASP.NET AJAX control integration with DynamicData. What's updated: New BinaryImage FieldTemplate - uses RadBinaryImage in view mode and RadAsyncUpload in edit mode. Updated RadGrid support for Dynamic Data - implements IDataBoundControl interface You can download latest bits from...
    July 29, 2010
  • Web

    The first Ribbon Bar for Silverlight, to fully comply with the Microsoft fluent UI guidelines.

    This week we will release new major feature for the RadRibbonBar – keyboard access. KeyTips provide keyboard access to every control in the Ribbon. They are activated by pressing the ALT key, following by the key for the button you want to activate. KeyTips are very well explained at the Microsoft’s fluent UI guidelines, you can read more about KeyTips on msdn… This feature is in the Required section from the Ribbon specification, but it’s nature and hard implementation details was preventing us from implementing it sooner. Currently this feature is the one with most votes in our PITS system, thus we considered it for...
  • Web

    Create Silverlight Word Processor Using Just Visual Studio 2010 Designer

    Introducing RadRichtextBoxRibbonUI Some of you may have noticed that along with the official release of RadRichTextBox for Silverlight 4 we introduced a new control to our suite – RadRichTextBoxRibbonUI. Now we want to get your attention and share with you some more details about the new control. Its main purpose is to allow you to get a full featured editing UI for RadRichTextBox out-of-the-box with just one click. The whole process will take few seconds while you drag the control from the toolbox and drop it in the design surface. After that all the XAML will be generated automatically for you...
  • Web

    Jump-start using Telerik RadControls

    Or the quickest way to acquire and start utilizing RadControls Okay, I’m throwing it out: With Visual Studio 2010 on your machine and a Telerik account, you can set up a project utilizing the latest RadControls in less than two minutes. Here is how: Start Visual Studio 2010 Launch the Extension Manager and navigate to the Online Gallery tab Search for Telerik VSExtensions Install the VSExtensions you’re interested in. For the time being there are four of them: WebUI ( RadControls for ASP.NET AJAX ), Silverlight ( RadControls for Silverlight ), WPF ( RadControls for WPF ) and WinForms ( RadControls for WinForms ). VSExtensions for ASP.NET MVC are in production and will be published...
  • Web

    Silverlight: OutlookBar, Prism and TransitionControl

    With this post, I'll show you a step by step approach on how to integrate RadOutlookBar with Prism. To spice thing a little bit, the transitions between the different Prism modules will be handled by RadTransitionControl. Start off by creating a new Silverlight solution. Name the Silverlight application Prism.Shell and the Web project - Prism.Web   Organize the Solution Explorer a little bit by adding 3 solution folders.   Right-click on the Modules solution folder and add 2 new Silverlight applications. These applications will be the modules of our Prism application. Name them Prism.Module1 and Prism.Module2. Also, make sure they output their xap files...