GridView cell padding as percentage?

I

Ira Gladnick

Is there any way to set CellPadding for a GridView to a percentage, as
you can for a plain HTML table, rather than a fixed pixel amount?
 
E

Eliyahu Goldin

Not with the CellPadding parameter.

You can see the effect of the CellPadding setting in the html source for the
page and try to reproduce the same effect with css classes or attributes.
 
G

gineshkumar

Try ... gridview1.Attributes.Add("CellPadding ", "100%");

Eliyahu said:
Not with the CellPadding parameter.

You can see the effect of the CellPadding setting in the html source for the
page and try to reproduce the same effect with css classes or attributes.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]


Ira Gladnick said:
Is there any way to set CellPadding for a GridView to a percentage, as
you can for a plain HTML table, rather than a fixed pixel amount?
 

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,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top