Telerik blogs
  • Web

    How To: Toggle Row Details one at a time with Telerik RadGridView for Silverlight

    If you are familiar with the Row Details feature of RadGridView, you probably have used the VisibleWhenSelected mode in the beginning. In case you have not, you should definitely check out the online example of Row Details. A couple of months after the Row Details debut, we introduced a new type of column called GridViewToggleRowDetailsColumn, which does exactly what its names says – it provides and easy and fast way of toggling the details visibility of individual rows. Now, what if you are using this specialized column, but want to achieve a VisibleWhenSelected-like behavior. Let’s see how to hide the previous row details...
    December 01, 2009
  • Productivity

    Using OpenAccess and Telerik Reporting with SQL Azure

    digg_url = "http://www.stephenforte.net/PermaLink,guid,fcd86df8-7523-4c31-9015-b085548d0d3f.aspx";digg_title = "Using OpenAccess and Telerik Reporting with SQL Azure";digg_bgcolor = "#FFFFFF";digg_skin = "normal";digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined; Telerik Reporting is a great reporting package. If you using it, you may be happy to know that you can use Telerik OpenAccess as a data source. Let’s take a look at how to use it with a SQL Azure Database as a back end. Getting Started First you need to map your SQL Azure tables to OpenAccess entities. I demonstrated this before on my blog, if you have not used OpenAccess and SQL Azure yet, read this post. (Don’t worry I’ll wait.) What I did for this demo is create a library project called Telerik.Reporting.DAL and mapped all of the Northwind tables in my SQL Azure database to OpenAccess entities in...
    December 01, 2009
  • People Accessibility

    RadFormDecorator –Skinned Radio Buttons, Checkboxes, Focus Dots and Accessibility

    The sole purpose of this blog post is to answer to frequently asked questions concerning the support of the visual clues (focus dots) of the checkboxes and radio buttons styled with RadFormDecorator. The focus dots that appear upon tabbing on a clickable HTML element (a, input, button, checkbox, radiobutton, etc) is a visual clue showing that the element is accessible via the keyboard or other device facilitating its manipulation. Unfortunately, browsers differ in the support of focus dots. According to the accessibility specifications, a checkbox or radio button has to be associated with a label tag, in order to make the clickable area of the...
    November 30, 2009
  • Web

    Pre-filtering RadGridView for Silverlight

    In the last couple of weeks we have received several requests for a new feature. Imagine that you want to display RadGridView already filtered by a certain criteria. You could always do this in the past by writing something like this: 1: <telerik:RadGridView Name="playersGrid"> 2: <telerik:RadGridView.FilterDescriptors> 3: <telerikData:FilterDescriptor Member="Country" Operator="IsEqualTo" Value="England"/> 4: </telerik:RadGridView.FilterDescriptors> 5: </telerik:RadGridView>   Now, that is perfectly legal and the grid will come up filtered. The filtering UI however, will not be aware of this. Expressed in other words, this feature might sound like this: “I would like to programmatically achieve the same effect that is achieved by filtering the grid with the...
    November 27, 2009
  • Desktop WPF

    Standard resources in the edit dialog in Telerik Scheduler for Silverlight/WPF

    As many of you noticed Telerik Scheduler was released with a completely new look of the edit appointment dialog. Some of the things inside the dialog are just redesigned, however some of them are completely new like the categories,time markers and the importance buttons. Today I will give you more information about them:   Categories: There are some built-in categories in RadScheduler and in  its edit dialog. A category can be assigned to an appointment by choosing one from the dialog on through code behind like this: Then the category will appear in the appointment: and in the edit dialog:   You can remove a assigned category by...
    November 27, 2009
  • Web

    How To: Toggle Row Details one at a time with Telerik RadGridView for Silverlight

    If you are familiar with the Row Details feature of RadGridView, you probably have used the VisibleWhenSelected mode in the beginning. In case you have not, you should definitely check out the online example of Row Details. A couple of months after the Row Details debut, we introduced a new type of column called GridViewToggleRowDetailsColumn, which does exactly what its names says – it provides and easy and fast way of toggling the details visibility of individual rows. Now, what if you are using this specialized column, but want to achieve a VisibleWhenSelected-like behavior. Let’s see how to hide the previous row details...
    December 01, 2009
  • Productivity

    Using OpenAccess and Telerik Reporting with SQL Azure

    digg_url = "http://www.stephenforte.net/PermaLink,guid,fcd86df8-7523-4c31-9015-b085548d0d3f.aspx";digg_title = "Using OpenAccess and Telerik Reporting with SQL Azure";digg_bgcolor = "#FFFFFF";digg_skin = "normal";digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined; Telerik Reporting is a great reporting package. If you using it, you may be happy to know that you can use Telerik OpenAccess as a data source. Let’s take a look at how to use it with a SQL Azure Database as a back end. Getting Started First you need to map your SQL Azure tables to OpenAccess entities. I demonstrated this before on my blog, if you have not used OpenAccess and SQL Azure yet, read this post. (Don’t worry I’ll wait.) What I did for this demo is create a library project called Telerik.Reporting.DAL and mapped all of the Northwind tables in my SQL Azure database to OpenAccess entities in...
    December 01, 2009
  • People Accessibility

    RadFormDecorator –Skinned Radio Buttons, Checkboxes, Focus Dots and Accessibility

    The sole purpose of this blog post is to answer to frequently asked questions concerning the support of the visual clues (focus dots) of the checkboxes and radio buttons styled with RadFormDecorator. The focus dots that appear upon tabbing on a clickable HTML element (a, input, button, checkbox, radiobutton, etc) is a visual clue showing that the element is accessible via the keyboard or other device facilitating its manipulation. Unfortunately, browsers differ in the support of focus dots. According to the accessibility specifications, a checkbox or radio button has to be associated with a label tag, in order to make the clickable area of the...
    November 30, 2009
  • Web

    Pre-filtering RadGridView for Silverlight

    In the last couple of weeks we have received several requests for a new feature. Imagine that you want to display RadGridView already filtered by a certain criteria. You could always do this in the past by writing something like this: 1: <telerik:RadGridView Name="playersGrid"> 2: <telerik:RadGridView.FilterDescriptors> 3: <telerikData:FilterDescriptor Member="Country" Operator="IsEqualTo" Value="England"/> 4: </telerik:RadGridView.FilterDescriptors> 5: </telerik:RadGridView>   Now, that is perfectly legal and the grid will come up filtered. The filtering UI however, will not be aware of this. Expressed in other words, this feature might sound like this: “I would like to programmatically achieve the same effect that is achieved by filtering the grid with the...
    November 27, 2009
  • Desktop WPF

    Standard resources in the edit dialog in Telerik Scheduler for Silverlight/WPF

    As many of you noticed Telerik Scheduler was released with a completely new look of the edit appointment dialog. Some of the things inside the dialog are just redesigned, however some of them are completely new like the categories,time markers and the importance buttons. Today I will give you more information about them:   Categories: There are some built-in categories in RadScheduler and in  its edit dialog. A category can be assigned to an appointment by choosing one from the dialog on through code behind like this: Then the category will appear in the appointment: and in the edit dialog:   You can remove a assigned category by...
    November 27, 2009