Telerik blogs
  • Productivity

    Telerik Enters the ORM Space

    We are very excited to announce that Telerik has expanded into the ORM marketplace with the acquisition of Vanatec, a German-based company. Vanatec has developed a remarkable ORM product since its inception in 2005. As they join the Telerik fold, you can expect to see OpenAccess grow with new and advanced features in releases to come, including improved LINQ support and tight integration with existing Telerik controls. OpenAccess ORM will be officially available as a standalone product or a part of the Telerik Premium Collection in early November as a part of the Q3 2008 release. With the addition of this...
    October 11, 2008
  • Desktop WPF

    Storing User Docking preferences

        Many times in an application you want your user to have the ability to set preferences.  This extends to a variety of settings, but what about the interface itself?  If you are using the DockingManager you can give the user the ability to modify the layout of existing DockPanels and store it for them.  Why would you want to let the user change the layout?  Every person is different and most people enjoy having the option of customizing an application.  This can be as simple as having a tool window on the right of the screen instead of the...
    October 10, 2008
  • Desktop WPF

    Telerik RadControls for Silverlight and RadControls for WPF: Hot or Not?

    The Telerik Q3 2008 release is just around the corner and we wanted to hear your feedback on our newest product lines – RadControls for Silverlight and RadControls for WPF. All current subscribers of the RadControls for ASP.NET AJAX + WinForms + Reporting License received the new suites as part of their subscription. So let us know: Did you already download the RadControls for Silverlight and RadControls for WPF? Are you already using them in your projects? What did you like/dislike about the new suites? Now is the time to voice your opinion and we will listen! Be quick to...
    October 10, 2008
  • Web

    RadControls for Silverlight Demo with ADO.NET Data Services

    Yesterday I wrote about how to databind RadTreeView for Silverlight to ADO.NET Data Service and use Load on Demand. The simple application from yesterday was upgraded to a small back-end application for the Northwind database, that allows editing and deleting products. This time I decided to give it to one of our designers and our new Silverlight front end developer and they implemented this slick design: The application is available online: http://demos.telerik.com/silverlight/northwindbackend/Default.aspx The source code can be downloaded from here: NorthwindBackend.zip In addition to yesterday's application, NorthwindBackend has extended data source, that provides simple undo mechanism and ability to update and delete products...
    October 09, 2008
  • Web jQuery

    Telerik RadGrid client-side data-binding using jQuery

    Instead of traditional ASP.NET AJAX approach for "Exposing Web Services to Client Script" you can use jQuery and JSON2 JavaScript libraries to achieve the same very easily. Using this simple method you can call any page method in ASP.NET Page or WebService method: function executeMethod(location, methodName, methodArguments, onSuccess, onFail) {     $.ajax({         type: "POST",         url: location + "/" + methodName,         data: methodArguments,         contentType: "application/json; charset=utf-8",         dataType: "json",         success: onSuccess,         fail: onFail     }); }   Here is an example also how to use JSON2 JavaScript library to serialize any JavaScript object to string: function getRequestData(tableView) {     return JSON.stringify({...
    October 09, 2008
  • Productivity

    Telerik Enters the ORM Space

    We are very excited to announce that Telerik has expanded into the ORM marketplace with the acquisition of Vanatec, a German-based company. Vanatec has developed a remarkable ORM product since its inception in 2005. As they join the Telerik fold, you can expect to see OpenAccess grow with new and advanced features in releases to come, including improved LINQ support and tight integration with existing Telerik controls. OpenAccess ORM will be officially available as a standalone product or a part of the Telerik Premium Collection in early November as a part of the Q3 2008 release. With the addition of this...
    October 11, 2008
  • Desktop WPF

    Storing User Docking preferences

        Many times in an application you want your user to have the ability to set preferences.  This extends to a variety of settings, but what about the interface itself?  If you are using the DockingManager you can give the user the ability to modify the layout of existing DockPanels and store it for them.  Why would you want to let the user change the layout?  Every person is different and most people enjoy having the option of customizing an application.  This can be as simple as having a tool window on the right of the screen instead of the...
    October 10, 2008
  • Desktop WPF

    Telerik RadControls for Silverlight and RadControls for WPF: Hot or Not?

    The Telerik Q3 2008 release is just around the corner and we wanted to hear your feedback on our newest product lines – RadControls for Silverlight and RadControls for WPF. All current subscribers of the RadControls for ASP.NET AJAX + WinForms + Reporting License received the new suites as part of their subscription. So let us know: Did you already download the RadControls for Silverlight and RadControls for WPF? Are you already using them in your projects? What did you like/dislike about the new suites? Now is the time to voice your opinion and we will listen! Be quick to...
    October 10, 2008
  • Web

    RadControls for Silverlight Demo with ADO.NET Data Services

    Yesterday I wrote about how to databind RadTreeView for Silverlight to ADO.NET Data Service and use Load on Demand. The simple application from yesterday was upgraded to a small back-end application for the Northwind database, that allows editing and deleting products. This time I decided to give it to one of our designers and our new Silverlight front end developer and they implemented this slick design: The application is available online: http://demos.telerik.com/silverlight/northwindbackend/Default.aspx The source code can be downloaded from here: NorthwindBackend.zip In addition to yesterday's application, NorthwindBackend has extended data source, that provides simple undo mechanism and ability to update and delete products...
    October 09, 2008
  • Web jQuery

    Telerik RadGrid client-side data-binding using jQuery

    Instead of traditional ASP.NET AJAX approach for "Exposing Web Services to Client Script" you can use jQuery and JSON2 JavaScript libraries to achieve the same very easily. Using this simple method you can call any page method in ASP.NET Page or WebService method: function executeMethod(location, methodName, methodArguments, onSuccess, onFail) {     $.ajax({         type: "POST",         url: location + "/" + methodName,         data: methodArguments,         contentType: "application/json; charset=utf-8",         dataType: "json",         success: onSuccess,         fail: onFail     }); }   Here is an example also how to use JSON2 JavaScript library to serialize any JavaScript object to string: function getRequestData(tableView) {     return JSON.stringify({...
    October 09, 2008