Posted on: 2/24/2014 3:08:12 AM | Views : 676

i have a gridview, i want to filter by Legal Case No or Case Status or Case office
i have done this by  the tutorial in this site
http://evonet.com.au/creating-a-great-looking-gridview-with-filtering/#!prettyPhoto
the problem, when i filter the fields, it is not filterin rows
for instance if case no has 3 case status, i want the 3 rows to displayed  when i select case no 3
here is what i have done so far
<table style="width: 650px" border="0" cellpadding="0" cellspacing="1" class="GridviewTable"> <tr> <td class="auto-style9"> Legal Case No </td> <td class="auto-style7"> Status Type &nbsp;</td> <td class="auto-style5"> ...

Go to the complete details ...