This question is locked. New answers and comments are not allowed.
hi, when i changed grid data row font with "calibri" grid is not showing exactly what font i have assigned.. see this view..
5 Answers, 1 is accepted
0
Hello Umer,
The problem can be caused by:
1. The font is not installed on your computer - does it work outside the Grid?
2. The CSS rule, which you are using to set the font family, does not override the styles in the Telerik CSS files. Try using higher specificity.
Regards,
Dimo
the Telerik team
The problem can be caused by:
1. The font is not installed on your computer - does it work outside the Grid?
2. The CSS rule, which you are using to set the font family, does not override the styles in the Telerik CSS files. Try using higher specificity.
Regards,
Dimo
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now.
0
Umer
Top achievements
Rank 1
answered on 02 May 2012, 06:33 AM
not yet, when i changed
to
grid worked fine but when i changed "font-family" back to font "Calibri" it generated a rough view, see attachment. where does the problem lying?
and preview in IE is totally change, see this attached file name "post(ie).png " please tell me why it is being happening as there is no problem with css but grid view problem .
"
.t-grid td{ /*border-color:#dae2e8;*/ border:1px solid #a5b3c5; height:25px; padding:5px; font-family:Calibri; font-size:10; }to
.t-grid td{ /*border-color:#dae2e8;*/ border:1px solid #a5b3c5; height:25px; padding:5px; font-family:Arial; font-size:10; }grid worked fine but when i changed "font-family" back to font "Calibri" it generated a rough view, see attachment. where does the problem lying?
and preview in IE is totally change, see this attached file name "post(ie).png " please tell me why it is being happening as there is no problem with css but grid view problem .
"
0
Hi Umer,
Based on the provided information, the problem is not related to the MVC Grid. Please check how does the Calibri font family look like when used outside the Grid on the same page, and make sure the browser zoom level is set to 100%.
Greetings,
Dimo
the Telerik team
Based on the provided information, the problem is not related to the MVC Grid. Please check how does the Calibri font family look like when used outside the Grid on the same page, and make sure the browser zoom level is set to 100%.
Greetings,
Dimo
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now.
0
Umer
Top achievements
Rank 1
answered on 02 May 2012, 08:00 AM
ok. now i tested same application in mozilla firefox 4.0, now there selected row not working..
i mean when user clicks on any data row, he directed to another page. this working fine in google chrom but not mozilla firefox 4
and i dont know why this being happening with me as there is nothing wrong in css, when i change font to any other grid shows proper view but not with "calibri" font.
i mean when user clicks on any data row, he directed to another page. this working fine in google chrom but not mozilla firefox 4
and i dont know why this being happening with me as there is nothing wrong in css, when i change font to any other grid shows proper view but not with "calibri" font.
0
Hello Umer,
I think it will be best for you to prepare a simple standalone runnable example and send it for local inspection. This will spare further message rountrips and guessing.
Regards,
Dimo
the Telerik team
I think it will be best for you to prepare a simple standalone runnable example and send it for local inspection. This will spare further message rountrips and guessing.
Regards,
Dimo
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now.
