Hello expert I have have grid view which sorts asc / desc by all of its columns. This is powered by a stored procedure in the backend.
![My grid view]()
I now have to add a search field ddl for each column. i.e if a user wants to see all the open status then the click on the cloumn and choose the value from drop down
![Search-on-gridview.png]()
do we have an examples or references.