A few weeks ago a StackOverflow user asked whether or not a RadGrid row could be selectable based upon some condition. I've run into scenarios in the past where this feature would have come in handy, but unfortunately the functionality is not provided in the RadGrid out of the box. However, as is co...
[More]
I’m a big fan of jQuery. I’m no expert, but with a copy of jQuery in Action on my desk and Google Bing at my fingertips I can do a lot of cool things with it. One of the ways I often see people using jQuery is to make Ajax requests. jQuery provides a great library which should take care ...
[More]
The information in this post was written for the ASP.NET AJAX 4.0 Preview 4, and is subject to change with future releases.
A new feature in the ASP.NET AJAX 4.0 client library is the Function.validateParameters() method. I say “new,” but it has really been there all along as a th...
[More]
I like the client-side functionality of Telerik’s RadGrid for ASP.NET AJAX. I especially like having the ability to select a row in the grid with a single click of the mouse, much more so than having to use a checkbox or select button. Clicking the row itself seems to me like a more natural wa...
[More]