Click here to Skip to main content
15,909,324 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hello guys,

I have an AspxGridView and when I view browser with google chrome and firefox, there is no problem. However, when I view it with internet explorer then the font size become bigger in the aspxgridview.

Is there anyone who can tell me why apperance of ASPxGridView and also the font size of ASPxGridView on the internet explorer webpage is different from google chrome and firefox?

How can I solve this problem? Some people say that it is because of css files... How to change it and where and which css file should I download it from? And where should I put it to open the website without any problem on internet explorer?


Awaiting replies.

Regards

Haluk
Posted
Updated 5-Dec-12 20:48pm
v2
Comments
AnkitGoel.com 6-Dec-12 6:07am    
Please let us know, what code you have written? I believe, CP is regarding fixing your bugs and not for asking solutions. So please paste your code so that someone can correct it.
haluk_78 6-Dec-12 6:27am    
It seems there is no mistake...So I dont know which one should I paste here...! I just want to know what kind of CSS file should change in my project to open the webpage with internet explorer like without any problem on chrome and firefox.

try:

dxgvControl_Office2010Black,
.dxgvDisabled_Office2010Black
{
border: 1px solid #484848;
font-family:Arial Black;
background-color: #737473;
color: Black;
cursor: default;
font-size:13px;
}
 
Share this answer
 
Comments
[no name] 5-Dec-12 7:48am    
Lol, it will work for all the browser.. Same issue will be still there...
haluk_78 5-Dec-12 8:37am    
Sorry, but it didn't work...
Probable you are not setting font-family and due to this it is showing different result. try setting font-family and font-size both
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900