views:

24

answers:

1

Hi all, I'm looking to allow users to filter a GridView (with its contents coming from a datasource) by typing in text, and the GridView should refresh without a postback to display only rows where a certain column matches the text.

I think I know to do this by causing a postback, thus a reselect from the datasource, but is there an AJAX-y way?

A: 

Can you use a different control, like the RadGridView?

http://demos.telerik.com/aspnet-ajax/grid/examples/programming/filteringtemplatecolumns/defaultcs.aspx

naruu