Telerik blogs
  • Web Desktop

    Adding additional power to RadGridView for Silverlight with attached behaviors

    PART III [example: Column Groups  A.K.A. Merged Column Headers]   Recently we have had a lots of requests for a feature referred as column groups / merged column headers / common headers for two or more columns - something like :   Here we have three ordinary columns ( L, W, H)  with regular column headers . There is also an additional common header – ‘Dimensions’ which spans over the three regular headers. Unfortunately RadGridView for Silverlight and WPF does not support this internally (yet).   The good news is that RadGridView is a flexible and easily extendable control so we can easily attach a new column grouping behavior....
    December 04, 2009
  • Productivity Reporting

    Using Telerik Report WCF Service (or how to display reports in RadBook)

    If you are following the Telerik Reporting product closely you may already know that with the 2009 Q3 release we entered the Silverlight game. The industry's first native Silverlight Report Viewer allows you to display Telerik Reports in your Silverlight application while having all goodies that the Windows Forms and Web viewers offer. The new member of the report viewers' family sports report parameters, the new document map, true printing and export to all available formats, including PDF, Image (TIFF, PNG, JPEG, BMP, GIF), Microsoft Excel (XLS), Rich Text Format (RTF), HTML, CSV and the new XPS. And all this power wouldn't...
    December 03, 2009
  • Productivity

    LINQ Tip of the week: LINQ and Fetch Plans

    Today’s post will discuss one of the most interesting topics in LINQ to OpenAccess ORM and that is of course the proper use of the Fetch Plans functionality. If someone still wonders why Fetch Plans are so interesting when we talk about LINQ the answer is simple – they can boost the performance of your queries in times! When one decides to use a fetch plan he/she always defines one or more fetch groups that are going to be used as part of it. Those fetch groups are containing only the fields that we want to select when we...
    December 02, 2009
  • People

    FREE Webinar on Advanced ASP.NET AJAX RadScheduler Customization

    Join us for a webinar on advanced Scheduler customization for ASP.NET AJAX. If you are doing (or plan to do) any development with RadScheduler for ASP.NET AJAX this will be an invaluable resource for you! Our friends at Falafel Software will present some insightful information on how to use Inline Forms, Custom Forms or Popup Forms within RadScheduler. The session will shed light on customization techniques by reusing the logic of recurrence in your own customized forms and adding more custom fields from within these Custom Forms. Make sure not to miss the webinar on December 3, 2009, 9:00am - 10:30am PST. Get...
    December 02, 2009
  • People

    Using OpenAccess and Telerik Reporting with SQL Azure Part II-Silverlight

    digg_url = "http://www.stephenforte.net/PermaLink,guid,e0f4b843-ed75-46b7-9fc5-8d788e3589c8.aspx";digg_title = "Using OpenAccess and Telerik Reporting with SQL Azure Part II-Silverlight";digg_bgcolor = "#FFFFFF";digg_skin = "normal";digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined; Yesterday I showed how to use Telerik OpenAccess, Telerik Reporting, and SQL Azure to create reports and view them in ASP.NET. Today i will show how to view that same report in Silverlight using the industry’s first native Silverlight report viewer. All of this is in the Telerik documentation, however, since we have our cool SQL Azure demo already up and running from yesterday, I figured it would be fun to show how to reuse the same report and view it in Silverlight. Getting Started Remember from yesterday that we have three projects in our solution: Telerik.Reporting.DAL-the class library project containing our OpenAccess entities (mapped back to SQL Azure tables) Telerik.Reporting.RptLib-the class library project containing...
    December 02, 2009
  • Web Desktop

    Adding additional power to RadGridView for Silverlight with attached behaviors

    PART III [example: Column Groups  A.K.A. Merged Column Headers]   Recently we have had a lots of requests for a feature referred as column groups / merged column headers / common headers for two or more columns - something like :   Here we have three ordinary columns ( L, W, H)  with regular column headers . There is also an additional common header – ‘Dimensions’ which spans over the three regular headers. Unfortunately RadGridView for Silverlight and WPF does not support this internally (yet).   The good news is that RadGridView is a flexible and easily extendable control so we can easily attach a new column grouping behavior....
    December 04, 2009
  • Productivity Reporting

    Using Telerik Report WCF Service (or how to display reports in RadBook)

    If you are following the Telerik Reporting product closely you may already know that with the 2009 Q3 release we entered the Silverlight game. The industry's first native Silverlight Report Viewer allows you to display Telerik Reports in your Silverlight application while having all goodies that the Windows Forms and Web viewers offer. The new member of the report viewers' family sports report parameters, the new document map, true printing and export to all available formats, including PDF, Image (TIFF, PNG, JPEG, BMP, GIF), Microsoft Excel (XLS), Rich Text Format (RTF), HTML, CSV and the new XPS. And all this power wouldn't...
    December 03, 2009
  • Productivity

    LINQ Tip of the week: LINQ and Fetch Plans

    Today’s post will discuss one of the most interesting topics in LINQ to OpenAccess ORM and that is of course the proper use of the Fetch Plans functionality. If someone still wonders why Fetch Plans are so interesting when we talk about LINQ the answer is simple – they can boost the performance of your queries in times! When one decides to use a fetch plan he/she always defines one or more fetch groups that are going to be used as part of it. Those fetch groups are containing only the fields that we want to select when we...
    December 02, 2009
  • People

    FREE Webinar on Advanced ASP.NET AJAX RadScheduler Customization

    Join us for a webinar on advanced Scheduler customization for ASP.NET AJAX. If you are doing (or plan to do) any development with RadScheduler for ASP.NET AJAX this will be an invaluable resource for you! Our friends at Falafel Software will present some insightful information on how to use Inline Forms, Custom Forms or Popup Forms within RadScheduler. The session will shed light on customization techniques by reusing the logic of recurrence in your own customized forms and adding more custom fields from within these Custom Forms. Make sure not to miss the webinar on December 3, 2009, 9:00am - 10:30am PST. Get...
    December 02, 2009
  • People

    Using OpenAccess and Telerik Reporting with SQL Azure Part II-Silverlight

    digg_url = "http://www.stephenforte.net/PermaLink,guid,e0f4b843-ed75-46b7-9fc5-8d788e3589c8.aspx";digg_title = "Using OpenAccess and Telerik Reporting with SQL Azure Part II-Silverlight";digg_bgcolor = "#FFFFFF";digg_skin = "normal";digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined; Yesterday I showed how to use Telerik OpenAccess, Telerik Reporting, and SQL Azure to create reports and view them in ASP.NET. Today i will show how to view that same report in Silverlight using the industry’s first native Silverlight report viewer. All of this is in the Telerik documentation, however, since we have our cool SQL Azure demo already up and running from yesterday, I figured it would be fun to show how to reuse the same report and view it in Silverlight. Getting Started Remember from yesterday that we have three projects in our solution: Telerik.Reporting.DAL-the class library project containing our OpenAccess entities (mapped back to SQL Azure tables) Telerik.Reporting.RptLib-the class library project containing...
    December 02, 2009