Filter GridView using jQuery
I was thinking to apply a filtering function on GridView by using jQuery, such as a plugin called quickSearch. I have tried to google it but what i found is, normally the quickSearch is implemented together with table. So, for gridview开发者_运维技巧, how can i filter the gridview using quickSearch??
I'm not sure why it wouldn't work. GridViews render as html tables so that plugin should probably do the trick.
Very true, use a mix, depending on the data being displayed. If it is small result sets and I will be showing it all at once.
精彩评论