DataGrid or GridView or custom control rendering rules="all" attribute.
Grid shows border on Firefox but not on internet explorer.
Little solution:
Set
GridLines = "None"
now Grid view rendered table will look same on both IE and ff. and this attribute rules will not be rendered.
Grid shows border on Firefox but not on internet explorer.
Little solution:
Set
GridLines = "None"
now Grid view rendered table will look same on both IE and ff. and this attribute rules will not be rendered.