tags:

views:

20

answers:

1

i want to disable Footer gridlines in gridview.How can we do this

A: 

use <FooterStyle CssClass="FooterStyle" /> on your grid view and add .FooterStyle{border:0;} in your css

Vinay B R