Gridview rounded corners?

  • Thread starter Thread starter Cindy Lee
  • Start date Start date
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.
 
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?
 
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.
 
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?
 
Back
Top