You should add a control something like http://mattberseth.com/blog/2007/11/antialiased_rounded_corners_wi.html
That can round corners of divs. this is based on a nifty corners javascript library.
It would be nice if there was a "telerik" way for doing this.
3 Answers, 1 is accepted
0
Paul
Telerik team
answered on 02 Apr 2009, 07:29 AM
Hi Nicholas ,
You can use the EnableRoundedCorners property in RadFormDecorator control to achieve your goal; it is true by default.
The property turns on/off rounded corners, but it does not allow you to control the radius of the corners. We will consider this request for future implementation.
At present, our form decorator control rounds the corners for fieldset, input boxe and textarea. At present, in development is a rounded corners panel, i.e. a div with rounded corners and an option for setting a corner radius.
Sincerely yours,
Paul
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Or, at least, access/api to use and tweak the corner's on/off and radius as applied to a given element.
Using the RadFormDecorator.. I've been applying class 'rfdRoundedCorners' to various elements as a quick and handy way to "take the sharp edges" out of my pages. Would be great to have more control over it.