Telerik blogs

Latest

  • Web ASP.NET AJAX

    Integrated Description field in RadScheduler for ASP.NET AJAX

    .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0; } .csharpcode .preproc { color: #cc6633; } .csharpcode .asp { background-color: #ffff00; } .csharpcode .html { color: #800000; } .csharpcode .attr { color: #ff0000; } .csharpcode .alt { background-color: #f4f4f4; width: 100%; margin: 0em; } .csharpcode .lnum { color: #606060; } One very common issue that we’ve addressed in the Q3 release is the lack of a description field for the appointments. Until now you had to customize the advanced template in order to get one, but not any more. How to enable the integrated description field: Data Source - set DataDescriptionField to the corresponding column in your database: <telerik:RadScheduler runat="server" ID="RadScheduler1" DataSourceID="AppointmentsDataSource" DataKeyField="ID" DataSubjectField="Subject" DataDescriptionField="Description" DataStartField="Start" DataEndField="End" DataRecurrenceField="RecurrenceRule" DataRecurrenceParentKeyField="RecurrenceParentID"> ... </telerik:RadScheduler> Provider – set EnableDescriptionField to “true” and persist the Appointment.Description value in your provider. <telerik:RadScheduler runat="server" ID="RadScheduler1" ProviderName="XmlSchedulerProvider" EnableDescriptionField="true" > ... </telerik:RadScheduler> This is all you need for editing and storing the description, but what about showing it? A simple appointment template will do: <AppointmentTemplate> <div> <%#...
    December 17, 2009 1 min read
  • Release

    New RSS feeds available for Telerik Reporting

    Telerik is definitely unique in its transparency and openness when it comes to providing you with information on the work we do for you, our clients and users. So, here comes a new transparent channel to get the most recent news about Telerik Reporting directly in your RSS reader, without the need to visit our site. In addition to the already available Reporting Support Feed, which provides you with information on new Code Library projects and new Knowledge Base articles on RadControls for WinForms, we add the following feeds on new help articles, new demos, and new internal builds: Telerik Reporting Help RSS...
    December 17, 2009 1 min read
  • Release

    Astoria V.Next Ships for .NET 3.5 SP1 -> Versioning Issue

    The Astoria (aka ADO.NET Data Services) team released an updated .NET 3.5 SP1 version of Astoria last night. This version of Astoria is an inplace update and will overwrite your current version of Astoria (System.Data.Services.*.dll). You can download it from the following locations. Windows 7 and Windows 2008 R2 http://www.microsoft.com/downloads/details.aspx?familyid=4B710B89-8576-46CF-A4BF-331A9306D555&displaylang=en All Previous version of Windows http://www.microsoft.com/downloads/details.aspx?familyid=79d7f6f8-d6e9-4b8c-8640-17f89452148e&displaylang=en The new version of Astoria has some very useful and powerful features. They include projections, data binding, row count, feed customization, server based paging and better BLOB support. There is one small issue, in order to support these new features you have to tell the framework you are using the new version of Astoria....
    December 17, 2009 4 min read
  • Productivity

    Working with OpenAccess in Visual Studio 2010 Beta 2

    If you’re like me, the end of the year represents a time when most other projects are starting to wind down and you finally have a chance to get back to testing some of those “fun” Microsoft betas. Visual Studio 2010 Beta 2 is probably at the top of the stack. Microsoft’s next major update to the flagship IDE is getting very close to RTM, so now is a great time to start checking-out the tool.   What you should be pleased to know is that almost all of Telerik’s developer tools already offer a lot of support for VS 2010- even...
    December 16, 2009 3 min read
  • Productivity Testing

    Telerik WebUI Test Studio:The new RadInput translator

    When creating UI automated tests our main goal is to always simulate environment as close to the real one as possible. As you may all know simulating typing in an input has always been a pain when working with Selenium. In fact ‘pain’ is an understatement. There are scenarios which cannot be simulated at all with Selenium due to the fact that some client events of the control are not executed when they should. This is an indication that something is very wrong with the whole simulation as we are not getting the results which are observed when a ...
    December 16, 2009 2 min read
  • Release

    What's new in SP1 of Telerik Reporting Q3 2009

    We are very excited to announce the availability of Telerik Reporting Q3 2009 SP1. Highlights: Full VS2010/.NET4 Support Following Telerik’s relentless pursuit to support the latest technologies, we have bettered Telerik Reporting to support VS2010. The SP1 installer adds all Reporting Items in the VS2010 toolbox, the design-time experience is the same as in VS2005/2008, and full support for the .NETFX 4.0 Client Profile has been added. The Silverlight Viewer gets the much requested parameter support, SSL support, and custom bindings for the Report Service Client. You can also change its skin by using the RadControls for Silverlight themes. We even had time to update...
    December 15, 2009 1 min read
  • Desktop WinForms

    Gmail-like labels in RadGridView for WinForms? No problems!

    As you probably know, RadControls for WinForms are built on top of our own Telerik Presentation Framework. This especially designed framework gives you the ability to extend the existing RadControls to a great level. Today, I am going to share with you how you can plug Gmail-like labels in RadGridView for WinForms (http://www.telerik.com/products/winforms/gridview.aspx). First of all we need the construction blocks for the labels. These blocks are represented by a very important element of our framework – the LightVisualElement. Several RadControls use this element extensively – RadTreeView, RadPanelBar, RadCalendar and RadGridView. The advantage of this element is that it incorporates all essential...
    December 15, 2009 2 min read
  • Productivity

    Telerik Data Services Wizard Walk Through

    Last week Telerik released the December CTP of the Data Services Wizard. I posted on my blog a video that shows how to get started, however, for those of you that like walkthroughs better, here is one using a WCF Data Services (Astoria) service. Getting Started: Mapping Data With OpenAccess To get started, first download and install the Data Services Wizard. After that, fire up Visual Studio and create a new Class library application named Telerik.DSW.Demo.Astoria.DAL. Run the OpenAccess “Enable Project to use ORM” wizard and then run the Reverse Mapping Wizard and map to your database. For this demo I mapped the Northwind database. Map as many tables as you...
    December 15, 2009 3 min read
  • Productivity Testing

    What's New in Telerik WebUI Test Studio 2.0

    Don't worry if you have missed the chance to see the live webinar -- the recorded version is now available on Telerik TV. Also the Telerik Twitter and Facebook Contests are up and running -- get there for a chance to win a FREE license (worth $2,499) Tweet your favorite WebUI Test Studio 2.0 feature (make sure to use double tag #Telerik #WebUI and follow the official @Telerik) or post it on our Facebook wall (you should be a Telerik fan before doing so) and you might win a WebUI Test Studio license worth $2,499! The winners will be ...
    December 14, 2009 1 min read
  • Release

    Telerik First to Support Microsoft Silverlight 4

      Telerik announced today that RadControls for Silverlight 4 CTP is the first UI component suite to natively support Microsoft Silverlight 4 Beta and to provide support for the right mouse click feature introduced with the latest Microsoft Silverlight release. The Silverlight 4 Beta version delivers powerful capabilities to business application developers strengthening its position as the number one choice for building business applications on the Web.  RadControls ensure that developers can use RadControls for Silverlight 4 with the latest Silverlight 4 Beta version and start building their applications today. With the Silverlight 4 Beta release Microsoft announced support for conventional desktop interaction models through new features such as right-click context...
    December 14, 2009 1 min read