Compatibility issue
-
Hi friends, I am using Infragistics grid in my project to show rights related to a user.It is been displayed as a tree view, i.e. in Hierarchical format. There are three columns, first is nodes, second is Rights Name and third is a checkbox. It is working fine in IE, but when it is been displayed in Mozilla Firefox, the third column of checkbox is not displayed properly. Instead it is displaying the value concerned to that particular cell. If anybody having any knowledge of compatibility of IE with Mozilla especially for infragistics please do reply. Thanks in Advance...
-
Hi friends, I am using Infragistics grid in my project to show rights related to a user.It is been displayed as a tree view, i.e. in Hierarchical format. There are three columns, first is nodes, second is Rights Name and third is a checkbox. It is working fine in IE, but when it is been displayed in Mozilla Firefox, the third column of checkbox is not displayed properly. Instead it is displaying the value concerned to that particular cell. If anybody having any knowledge of compatibility of IE with Mozilla especially for infragistics please do reply. Thanks in Advance...
Hi, Have you tried 'browserCaps'? Put the following code within the system.web tag in your web.config file. This fixed my problem with compatibility between different browsers. browser=Gecko type=${type} frames=true tables=true cookies=true javascript=true javaapplets=true ecmascriptversion=1.5 w3cdomversion=1.0 css1=true css2=true xml=true tagwriter=System.Web.UI.HtmlTextWriter version=${version} majorversion=${major} minorversion=${minor} beta=true Hope this works for you too :)