The webdatagrid show some issues in IE8. I must open “Compatibility view” to resolve the issues.
Are there any method to set “Compatibility view” to default option?
I find following code can do this, but the cells of webdatagrid do not show border when the cell's text is empty. I do not know whether there are other issues in IE7. So, I dare not to use following code.
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
Hello,
WebDataGrid is supported on NetAdvantage for .NET 2009 Volume 1 (service release required), or NetAdvantage for .NET 2009 Volume 2 and later. See the “Browsers” section Under “NETADVANTAGE FOR ASP.NET AJAX” on the link below:
<http://es.infragistics.com/help/supported-environments/>
I would recommend you to also check DOCTYPE on the page. The standard DOCTYPE for Visual Studio is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
If you are using NetAdvantage version as shown above and DOCTYPE, provide with markup of the page on which grid is present so I may look in to this.
I hope this helps.
My version is NetAdvantage for .NET 2012 vol1(12.1.20121.2072)
My DOCTYPE is :
I was able to see borders on the grid’s cell when cell is empty. I have used “Default” as well as other styles. I have attached the sample with (Pear Styles) for you to review.
Run the sample and test. The sample is created as a website. I have tested this sample using NetAdvantage 12.1.20121.2072, IE 8, and Visual Studio 2010.
I would recommend you to look in to the custom styles if any used.
I am just following up to see if you need any further assistance with this matter.