Datagrid: resize font in Pager row

R

rk325

I need to increase the font of the arrows and/or numbers I display in
my Datagrid at the bottom to indicate ther are more pages and the user
can navigate to these.

I tried the PagerStyle.Font.Size = XXLarge, but does not seem to work.
I even tried customizing it to a bigger size, and I still get the small
size, the same size used to display data in the datagrid.

Could it be that my style sheet is overwritting the setup in the
Datagrid? How can I overwrite this? I even added an entry to it for the
footer:

..DatagridFooter
{
font-family: Arial;
font-size: xx-large
}

and set the PagerStyle.CssClass = DatagridFooter
but still no results.

Any ideas?
 
J

John Saunders

rk325 said:
I need to increase the font of the arrows and/or numbers I display in
my Datagrid at the bottom to indicate ther are more pages and the user
can navigate to these.

I tried the PagerStyle.Font.Size = XXLarge, but does not seem to work.
I even tried customizing it to a bigger size, and I still get the small
size, the same size used to display data in the datagrid.

Could it be that my style sheet is overwritting the setup in the
Datagrid? How can I overwrite this? I even added an entry to it for the
footer:

.DatagridFooter
{
font-family: Arial;
font-size: xx-large
}

and set the PagerStyle.CssClass = DatagridFooter
but still no results.

Any ideas?

I suggest you do a View Source and see what's being generated for the pager.
From that, you may be able to figure out why it renders that way.

John Saunders
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top