i can not use asp gridview i use this .
- <table id="tabledata" cellspacing="0" style="width: 100%; border-collapse: collapse;">
- </table>
and i add these two classes like this in jquery
- $("#tabledata tr:first").addClass('GridviewScrollHeader');
- $("#tabledata tr").addClass('GridviewScrollItem');
so i add
when i try this then nothing happens
$("#tabledata").addClass('GridviewScrollPager');
ANY SOLUTION ?