Grid view formatting

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I have applied auto format to a gridview. Now I would like to change the
font size without effecting the rest of the auto formatting. I have tried
setting the font size in grid view properties and individual column
properties but it does not take any effect. How and where can I change the
font size?

Thanks

Regards
 
Hi John,
Go to the Gridview tag, <asp:GridView ID.........
and put the following inside the tag-> Font-Size="Small"

Hope this help
 
No luck. Somehow doe snot take effect. The page overall has been applied
css. Could this be the problem?

Regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top