border in gridview row is not visible in IE
ASP.NET
4
Posts
3
Posters
0
Views
1
Watching
-
hi, border in gridview for every row is not visible in IE but its visible in firefox.......how can i set border for all rows in grid view
Ashok
-
hi, border in gridview for every row is not visible in IE but its visible in firefox.......how can i set border for all rows in grid view
Ashok
-
ya i ve set the gridview property for Rowstyle=BorderWidth; but its not supporting in IE . but it works in firefox
Ashok
-
ya i ve set the gridview property for Rowstyle=BorderWidth; but its not supporting in IE . but it works in firefox
Ashok
you can set a class for Gridview like this style .GridStyle{**border-collapse:collapse !important;**border:solid 1px #e0e0e0 !important} and set GridLines="Both" for your gridview...