Telerik blogs
  • Desktop WinForms

    Explained: RadGridView for WinForms virtualization and its implications. The case with CellElement and RowElement

    As the Logical vs. Visual Grid Structure help article states, RadGridView for WinForms uses virtualization for its cells/rows and as of Q2 2010 there is column virtualization as well. What is virtualization? To put it simply, when you bind RadGridView to a DataTable with 1000 rows, you get 1000 data row objects created in RadGridView (of type GridViewDataRowInfo). However, not all data row objects can be visible at the same time in the RadGridView estate in your application. This is why only the visual rows that can be shown in the estate get created (these visual rows are of type GridDataRowElement), or about...
  • Productivity Testing

    New videos for Telerik WebUI Test Studio

    The new version of Telerik WebUI Test Studio has been out for a couple of weeks and we have already received a lot of positive feedback on the new features and improvements we have made. We have also produced a lot of new video content to help you get quickly started: Webinar: What's New In WebUI Test Studio Q2-2010 Silverlight Child Windows And Popups Out of Browser Silverlight Applications Image Verification Manual Test Steps Export Storyboard To HTML Continue Recording From Step Connect To Existing Browser Instance  Handling UnExpected Dialogs Getting Started With Silverlight Getting Started With AJAX  Getting ...
    July 28, 2010
  • Release

    TeamPulse is LIVE!!

    The TeamPulse team is excited to announce that our first official release of TeamPulse is now READY for general download. Here is a quick summary of the features for the Q2 2010 Release:1. Community and Standard Editions Fully functional Community Edition is free with a limitation of 5 users and 1 project Standard Edition is $249 USD per user 2. Requirements Story Management Persona Management 3. Planning: Project Release Scheduling Iteration Planning Work Decomposition
    July 27, 2010
  • Productivity

    JustMock. The tale continues... (Part 3)

    Last time we saw how we can inject code at the beginning of generic methods. Today I will show you how to inject code in properties. I will cover the syntax for static classes as well. So, let's start with a demo program that I will explain line-by-line. using System; using Telerik.CodeWeaver.Hook;   namespace ConsoleApplication4 {     public sealed class TargetClass1     {         public TargetClass1(string text)         {             Text = InitText = text;         }           public string InitText { get; private set;...
  • Release

    The new Telerik OpenAccess Schema Update wizard

    One of the new features of Telerik OpenAccess ORM Visual designer is the forward mapping wizard that can be used to update the database schema from the model. Yes it is true! With just few clicks you are able to generate and execute either a schema definition or schema update script that will alter you database schema. First you will need to open our Schema Update Wizard. You can do this by either right clicking in the schema explorer or in the model explorer: the command is named Update Database from Model… This will open the following page: On the first page you...
    July 26, 2010
  • Desktop WinForms

    Explained: RadGridView for WinForms virtualization and its implications. The case with CellElement and RowElement

    As the Logical vs. Visual Grid Structure help article states, RadGridView for WinForms uses virtualization for its cells/rows and as of Q2 2010 there is column virtualization as well. What is virtualization? To put it simply, when you bind RadGridView to a DataTable with 1000 rows, you get 1000 data row objects created in RadGridView (of type GridViewDataRowInfo). However, not all data row objects can be visible at the same time in the RadGridView estate in your application. This is why only the visual rows that can be shown in the estate get created (these visual rows are of type GridDataRowElement), or about...
  • Productivity Testing

    New videos for Telerik WebUI Test Studio

    The new version of Telerik WebUI Test Studio has been out for a couple of weeks and we have already received a lot of positive feedback on the new features and improvements we have made. We have also produced a lot of new video content to help you get quickly started: Webinar: What's New In WebUI Test Studio Q2-2010 Silverlight Child Windows And Popups Out of Browser Silverlight Applications Image Verification Manual Test Steps Export Storyboard To HTML Continue Recording From Step Connect To Existing Browser Instance  Handling UnExpected Dialogs Getting Started With Silverlight Getting Started With AJAX  Getting ...
    July 28, 2010
  • Release

    TeamPulse is LIVE!!

    The TeamPulse team is excited to announce that our first official release of TeamPulse is now READY for general download. Here is a quick summary of the features for the Q2 2010 Release:1. Community and Standard Editions Fully functional Community Edition is free with a limitation of 5 users and 1 project Standard Edition is $249 USD per user 2. Requirements Story Management Persona Management 3. Planning: Project Release Scheduling Iteration Planning Work Decomposition
    July 27, 2010
  • Productivity

    JustMock. The tale continues... (Part 3)

    Last time we saw how we can inject code at the beginning of generic methods. Today I will show you how to inject code in properties. I will cover the syntax for static classes as well. So, let's start with a demo program that I will explain line-by-line. using System; using Telerik.CodeWeaver.Hook;   namespace ConsoleApplication4 {     public sealed class TargetClass1     {         public TargetClass1(string text)         {             Text = InitText = text;         }           public string InitText { get; private set;...
  • Release

    The new Telerik OpenAccess Schema Update wizard

    One of the new features of Telerik OpenAccess ORM Visual designer is the forward mapping wizard that can be used to update the database schema from the model. Yes it is true! With just few clicks you are able to generate and execute either a schema definition or schema update script that will alter you database schema. First you will need to open our Schema Update Wizard. You can do this by either right clicking in the schema explorer or in the model explorer: the command is named Update Database from Model… This will open the following page: On the first page you...
    July 26, 2010