Telerik blogs
  • 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
  • Release

    Introducing RadPropertyGrid for WinForms

    Following our WPF and Silverlight suites, it is our pleasure to present you another great member of the Telerik WinForms family – RadPropertyGrid. RadPropertyGrid for WinForms displays the properties of a given object in a user-friendly way allowing the end-user to edit these properties using our editors. Now you can concentrate all the settings in one place instead of scattering them all over your forms. RadPropertyGrid gives the end-user the ability to filter, group and sort its items thanks to our data processing engine. RadPropertyGrid takes full advantage of the virtualization mechanism, so even if you load an object with...
    February 19, 2025 2 min read