Tags: , , | Posted by Kevin Babcock on 3/4/2010 12:00 AM | Comments (2)
I’m often confronted with the need to take a collection of values and transform them into a different set of values. For example, I want to use Twitter’s search API to get a list of tweets on a certain topic. However, I am only interested in retrieving the URLs to the home pages of each ... [More]
Tags: , , | Posted by Kevin Babcock on 2/28/2010 10:46 PM | Comments (0)
Recently I had the need to add some custom processing to the contents of a RadGrid. I decided that the most desirable solution would be to add a menu of options in the footer of the grid, but unfortunately the RadGrid does not support footer templates. I don’t know if this is because there are other... [More]
Tags: , , | Posted by Kevin Babcock on 5/18/2009 6:06 PM | Comments (6)
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]