Telerik blogs

Latest

  • Desktop WinForms

    Emulating Paging with RadGridView for WinForms and LINQ with 1 million records

    Our customers who use the Telerik ASP.NET line of controls are used to having paging in their grids. This approach, however, is seldom used for WinForms applications, although there are cases when paging in WinForms grids is needed as well, especially when there are million records in the database (literally). You may have seen the blog post by Vladimir Enchev about implementing paging with RadGridView for WPF (if you have not, this is the right time to do so :)). A couple of days ago Mr. Enchev came by and said "You know guys, you could do the same thing with your WinForms...
    September 02, 2008
  • Desktop WPF

    Shaders in WPF? Do you find them useful?

    One of the most exciting things about the new .NET3.5 SP1 is definitely the ability to use Shaders (Pixel Shaders only). As a beginner in that area, I am actively searching for information in blog posts, DirectX documentation, etc. Interestingly enough, a lot of people are keen on the idea of using those, but demos and even hints on possible applications are hard to find. There are a couple of "default" examples, a ShaderPad I find pretty useful, but that's it, no advanced examples what-so-ever. Additionally, I found a couple of cool examples (like those posted on Addam Kinney's blog), but those...
    September 02, 2008
  • Desktop WPF

    RadGridView for WPF performance compared to Microsoft DataGrid

    Today I saw this blog post and I couldn't resist to test RadGridView for WPF using the same data :) Looks like by default our grid will sort approximately 10 times faster - no need to build your own custom comparers. Enjoy! [Download]...
    August 29, 2008
  • Desktop WinForms

    Could a WinForms app get any slicker?

    It's finally out! As promised, we compiled this cool demo that uses a very simple but slick carousel UI. Now you can just give it a spin! The download contains updated versions of several other Telerik Windows Forms demos that we have recently added to our portfolio, such as a RadGridView exporting demo, which features our great Telerik.Reporting solution: I'll be very glad to have your feedback on this. Have fun!...
    August 25, 2008
  • Desktop WPF

    WPF: Read-only Dependency Properties

    Yup, awkward creatures but they do exist! :) To be honest I came across these only recently and decided to share this (potentially) valuable information as well -- you cannot use it if you do not know it's there. Why do we need read-only dependency properties? There is a certain brand of dependency properties within the WPF framework that are used primarily for state determination. Often multiple conditions affect certain control state thus calculating and setting the state value directly is not feasible and generally leads to unpredictable and inconsistent results. Here is an example -- the UIElement.IsMouseOver dependency property (a common property...
    August 22, 2008