Telerik blogs
  • Web

    Conditional Formatting rows in RadGridView

    It can be useful at times to draw the users attention to a certain row or rows in a grid.  You might want to point out an account that is about to expire or show that an entry requires approval.  Normally, you would evaluate the data in the grid yourself to change the BackColor of a row.  The RadGridView offers you the ability to create a condition that will apply certain formatting for you.  I have created a simple class that will allow us to display a few laptop orders.      public class Laptop     {         public string Manufacturer { get; set; }         public double Price {...
    November 22, 2008
  • Productivity Reporting

    Using Report parameters UI to sort by column

    Our 'series' of tips and tricks for Telerik Reporting continues with this neat approach to sort the report by column. We would create a sample report using the AdventureWorks database that comes with our examples and use a single table with few columns that are easy to remember namely FirstName, LastName, Title .. you know the drill :) In order to use the built-in parameters area of the report, we would need to create a report Parameter that lists the column names. We can do that by creating a Business object that holds this for us:   public class ColumnSelector : DataTable     {        ...
    November 21, 2008
  • Web

    Tweaking the Theme colors for Telerik Silverlight Controls

    Its been a while since my last blog post. But this is all for good. It was a busy month for the Telerik Silverlight Team. We did a couple of public releases in the last few weeks. Our last release was yesterday - if you still haven't saw it - do this now - we shipped the missing "5th element" of the suite - the GridView control for Silverlight. Our next release will be in the middle of December when we will release our next essential control - the Docking Manager for Silverlight. Now back on the topic. One of the major improvements in latest release...
    November 20, 2008
  • Web ASP.NET AJAX

    Image Centering Techniques You Should Know About

    The following new code library entry demonstrates two alternative techniques for centering an image inside a RadAjaxLoadingPanel. Both techniques should not be something new for CSS-savvy devs, however, we receive queries for them from time to time, so it will be good to have an example available online: How to Center Image In a RadAjaxLoadingPanel  ...
    November 19, 2008
  • Release

    RadGridView for Silverlight public CTP and RadControls for Silverlight SP1 now available for download

    To show our intention to work on major LOB controls, we are launching a CTP version of RadGridView control for Silverlight. We wanted to share our efforts with the community and receive valuable feedback on the results we have accomplished. Therefore, we are launching the CTP edition of the Grid control to ask you evaluate the product and provide all your thoughts on the matter. Our Grid team is eager to include all the features that are heavily demanded by the community. The CTP build is currently available under the users’ accounts as an additional download to the latest SP1...
    November 19, 2008
  • Web

    Conditional Formatting rows in RadGridView

    It can be useful at times to draw the users attention to a certain row or rows in a grid.  You might want to point out an account that is about to expire or show that an entry requires approval.  Normally, you would evaluate the data in the grid yourself to change the BackColor of a row.  The RadGridView offers you the ability to create a condition that will apply certain formatting for you.  I have created a simple class that will allow us to display a few laptop orders.      public class Laptop     {         public string Manufacturer { get; set; }         public double Price {...
    November 22, 2008
  • Productivity Reporting

    Using Report parameters UI to sort by column

    Our 'series' of tips and tricks for Telerik Reporting continues with this neat approach to sort the report by column. We would create a sample report using the AdventureWorks database that comes with our examples and use a single table with few columns that are easy to remember namely FirstName, LastName, Title .. you know the drill :) In order to use the built-in parameters area of the report, we would need to create a report Parameter that lists the column names. We can do that by creating a Business object that holds this for us:   public class ColumnSelector : DataTable     {        ...
    November 21, 2008
  • Web

    Tweaking the Theme colors for Telerik Silverlight Controls

    Its been a while since my last blog post. But this is all for good. It was a busy month for the Telerik Silverlight Team. We did a couple of public releases in the last few weeks. Our last release was yesterday - if you still haven't saw it - do this now - we shipped the missing "5th element" of the suite - the GridView control for Silverlight. Our next release will be in the middle of December when we will release our next essential control - the Docking Manager for Silverlight. Now back on the topic. One of the major improvements in latest release...
    November 20, 2008
  • Web ASP.NET AJAX

    Image Centering Techniques You Should Know About

    The following new code library entry demonstrates two alternative techniques for centering an image inside a RadAjaxLoadingPanel. Both techniques should not be something new for CSS-savvy devs, however, we receive queries for them from time to time, so it will be good to have an example available online: How to Center Image In a RadAjaxLoadingPanel  ...
    November 19, 2008
  • Release

    RadGridView for Silverlight public CTP and RadControls for Silverlight SP1 now available for download

    To show our intention to work on major LOB controls, we are launching a CTP version of RadGridView control for Silverlight. We wanted to share our efforts with the community and receive valuable feedback on the results we have accomplished. Therefore, we are launching the CTP edition of the Grid control to ask you evaluate the product and provide all your thoughts on the matter. Our Grid team is eager to include all the features that are heavily demanded by the community. The CTP build is currently available under the users’ accounts as an additional download to the latest SP1...
    November 19, 2008