Gridview rounded corners?

C

Cindy Lee

Is there anyway to put rounded corners on the grid views? When I bring it
up in the brower I need to have rounded corners. There are some tricks I
can do to regular html tables, but is there any tricks for gridview because
I want to use the sorting.
 
G

Guest

not really.

all I can suggest it altering the border-top, border-left etc styles on the
gridview object.

or you can place a div around the gridview and give that rounded edges?
 
B

Bonney Armstrong

AFAIK, you can fake it with a table - set the grid view to not have any
outside borders, then encase it in a table that has whatever design of
rounded corners you want. You'll have to do that with graphics... But
that would solve the problem for right now. If you want code examples I
have some but not at this computer; email me and I can zip/send them if
you need them.
 
C

Cindy Lee

I can't seem to add the webcontrol. I add a reference to my webpage, but it
doesn't seem to recognise the roudedcorners function.
I think they're examples are in 1.1
<cc1:roundedcorners
or
<skm: roundedcorners

should I do
<asp: roundedcorners?
 

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

Top