PDA

View Full Version : DataGrid Display Properties


RCurrie
11-19-2004, 05:02 PM
Just a question I have about ASP.NET DataGrid's being displayed in FireFox.

So I have 3 DataGrids. The first 2 are DataBound to specific tables. The third consists of just columns I add as I go. When I view the .aspx file in IE the first 2 DataGrids display fine with both vertical & horizontal gridlines as does the 3rd datagrid. However, if I view it in FireFox, the 3rd DataGrid has no datalines at all. I made sure all grid line settings were set properly in Visual Studio...anyone know the problem here?

Thanks for any suggestions.