Ankur
Ankur

Reputation: 1021

Autofiltering records in grid in asp.net according to keywords

I want to search some items in a grid in asp.net C#. While i search for the records that I want to I don't want to hit the search button and then the grid will get filtered. I want that the grid should get filtered with the records that match the keyword that I am entering. I guess this can be done using html5 or j query. I am not able to exactly phrase my search for google.

Pleas help. Thanks in advance.

Upvotes: 0

Views: 123

Answers (1)

Rich Andrews
Rich Andrews

Reputation: 4188

Have a look at dataTables we use it a lot for the custom filtering & sorting and it's a doddle to use

Upvotes: 1

Related Questions