Telerik blogs

Latest

  • People Accessibility

    Telerik RadGrid Section 508 Compliance

    Ever wonder how to make a pageable & sortable grid Section 508 compliant? Well with RadGrid this is trivial task! The tricky part is to tell the grid to not render or require any JavaScript on the page: 1. Inherit from RadGrid and override three methods:     public class MyGrid : RadGrid     {         public MyGrid()         {             //         }         protected override void RegisterScriptControl()         {             // do not register as ScriptControl         }        ...
    May 27, 2021 1 min read
  • People

    [ReSharper] Directory name donates namespace Yes or No ?

    If you like us are passionate user of ReSharper you know that ReSharper "did not like" when a class' namespace did not correspond to the directory structure the file belongs to. To illustrate this lets look at a simple example. Imagine that we have a project named MyProject. By default its namespace is MyProject. Lets have a folder named MyControls in the project as well. Now lets add a class file in that folder, naming it "MyControl.cs". The default namespace that will be generated for the class will be MyProject.MyControls. It is constructed using the default namespace and joining it with the folder...
    May 27, 2021 1 min read
  • People

    Telerik sponsors the Silverlight Control Builder Contest 2008

    Silverlight platform is getting more mature, the adoption rate is constantly raising and at the same time Page Brooks and Dave Campbell, together with some of the Silverlight community leaders and Microsoft MVPs have started a control builder contest. Check out the contest website to see the rules, prizes and how to register - http://gosilverlight.org/. As we are deeply involved with the Silverlight platform and community, we decided to make our contribution to the contest by giving our most valued license control bundle to all the winners!!! The bundle includes "ASP.NET AJAX + WinForms + Telerik Reporting" controls. The license will also automatically give you the Silverlight controls once they are officially released (which will happen till the end of this summer). The first place winner will also...
    May 27, 2021 1 min read
  • People

    What To Do When Your Toolbox is Devoid of RadControls

    Unplug your wireless mouse. I promise I’m not crazy. That’s really the answer. And now that I’ve gone Tarantino on this blog post, let me give you the rest of the story. My development lately has been solely on my new laptop. However, tonight I decided to rebuild my desktop PC, loading it up with Visual Studio and the latest RadControls for ASP.NET AJAX so that I could work on a project. After spending several hours installing Vista, drivers, and Visual Studio I was finally ready to load up the Telerik bits and get to work. The installation went smoothly and I thought...
    June 29, 2008 2 min read
  • People

    Tip of the Day: Clear your ClickOnce application store

    ClickOnce is a great technology that blurs the line between web and client(windows) applications. You can use it to easily deploy windows forms and WPF (through XBAP) app's. However there is common problem with it. The application store (the place where all ClickOnce applications get stored) has the ability to corrupt it self ending in an appropriate version mix of your application. You can end up in situation where "it works on my machine", but in reality the application did not work correctly. To avoid such situation it is a good practice to clear your application store before testing the...
    May 27, 2021 1 min read