Telerik blogs
  • People

    The LOB Chronicles Episode 12 : Looking at a (Rad)GridView

    During the previous episode we explored some of the controls that are being used within the CRM demo, including RadDomainDataSource, RadSparklines, RadUniformGrid, and RadCoverFlow, but don’t think we stopped there with uses for the RadControls for Silverlight suite. All of those were found within a single view of a single module, helping to better streamline development and provide the performance and functionality we are looking for, but that leaves quite a few other modules to cover. Since we’ll be seeing it pop up more than a few times, I thought it would be best to take a look...
    May 27, 2021 5 min read
  • People

    LOB Chronicles Episode 11: Bringing in the Controls

    After a long journey through building up various aspects of the CRM demo here in the LOB Chronicles, we’re finally at the point that we can start talking about the different controls that we are using to better display and organize data within the application. If you recall the last episode in which the topic of UI consistency was discussed, these are going to be working within that uniform model for displaying content, providing a uniform (and downright good looking) experience for users. This time around we’re going to start taking a closer look at what controls from the RadControls...
    May 27, 2021 5 min read
  • Desktop WinForms

    RadGridView for WinForms conditional formatting – a matter of expressions

    RadGridView provides numerous handful approaches to customize its appearance, even at runtime. For example, you could use  formatting events or the Style property . However, sometimes it is handy to specify complex conditions in a script form. In our previous release we introduced an  expression editor which allows for using formulas and expressions both at design time and runtime. In our next release we will introduce the same powerful feature for conditional formatting. You and your end-users will be able to target and style RadGridView cells and rows using powerful expressions. With the help of our existing rule-based conditional formatting you can easily highlight all cells...
    May 27, 2021 1 min read
  • Web ASP.NET AJAX

    Client-Side Hierarchical DataBinding to OData with RadGrid for ASP.NET AJAX

    If you haven't heard, Odata is a Web protocol that exposes your data to the Web, allowing consumers to make queries through a set of URI parameters. RadGrid, Telerik's ASP.NET AJAX Grid control features a rich client-side API that enables you to easily bind to OData services and have all the paging, sorting and filtering done without ever posting the page to the server. That is all fine if your data is flat. Binding to hierarchical data, however, is another story. RadGrid officially supports hierarchical databinding on the server only. But let's go unofficial for a while. In this blog post we'll demonstrate an approach for detail table databinding...
    May 27, 2021 6 min read
  • Web

    Fun with Remote Data and the Kendo UI Grid

    Love them or hate them, grids are a staple of user interfaces. While jQuery has made UI engineering remarkably easier on most of us, the grid is still a very iffy scenario when designing for the web. I have used jqGrid in the past on a...
    May 27, 2021 5 min read