Telerik blogs
  • Release

    New online resources for the past two weeks

    Below is a summary of the new online resources available for our ASP.NET controls: RadGrid Code library entries: Passing item-related data from the server to the client and vice versa: http://www.telerik.com/community/code-library/submission/b311D-tebbc.aspx Show/Edit boolean values using "Y" and "N": http://www.telerik.com/community/code-library/submission/b311D-tkagh.aspx
    March 23, 2007 2 min read
  • Release

    New online resources for the past two weeks

    Below is a summary of the new online resources available for our ASP.NET controls:radGridCode library entries: Client-side Row Selection Persisted with Sorting and Paging:http://www.telerik.com/community/code-library/submission/b311D-khchg.aspx Saving radGrid scroll position when leaving pagehttp://www.telerik.com/community/code-library/submission/b311D-tdcmd.aspx Printing grid headers on every pagehttp://www.telerik.com/community/code-library/submission/b311D-tcect.aspx
    March 09, 2007 2 min read
  • People

    WebDD

    Just came back from this year's webDD event at the Microsoft campus in Reading, UK and wanted to give a big thank you to Dave and Phil and all the organizers for the great experience - it was an insightful weekend with Scott Guthries' news on AJAX and WPFe, and a great chance to check back on industry developments with fellow designers and developers. With web standards and the Rails technology heavily emphasized in the sessions, it was truly refreshing to see in action Microsoft's recent dedication to industry standards and their openness to alternative frameworks. Dave Verwer's lecture on Unobtrusive...
    May 27, 2021 1 min read
  • Design UX

    User Experience at telerik

    For the last half a year, we’ve been quietly revolutionizing software development here at telerik, trying to integrate a thought about the user on all stages of product development. While we really wanted to improve the User Experience, we were very careful not to go too far with needlessly expensive usability best-practices – we believe the smartest solutions are usually the simplest solutions, so we looked around for a way to measure usability that would not involve furnishing a state-of-the-art recording studio and flying users over continents. For a start, we thought we just needed to observe users interact with...
    May 27, 2021 2 min read
  • Productivity Debugging

    HACK: debug modifications to the ASP.NET session

    Today I had some strange experience. I have been hunting a strange bug that caused something to be placed in the ASP.NET session at a time that it was not supposed to be.  My biggest problem was finding out who was putting an object in the session and what that object actually contained. I already knew that the HttpSessionState instance was being stored in the current HttpContext's Items collection (thanks to Mr. Lutz Roeder, of course), and my initial plan was to inherit from HttpSessionState and intercept the calls made to methods like Add, Remove, etc.  Alas, HttpSessionState is marked as...
    May 27, 2021 3 min read