Declined
Last Updated: 20 Feb 2014 15:29 by ADMIN
ADMIN
Telerik Admin
Created on: 06 Sep 2012 15:33
Category: UI Framework
Type: Bug Report
0
FIX RadButton - The shape of RadButton cannot be set to RoundRectShape (Radius 10) at run time
Neither of the following set the shape of RadButton
this.radButton1.ButtonElement.Shape = shape;
this.radButton1.RootElement.Shape = shape;
this.radButton1.RootElement.ApplyShapeToControl = true;
The theme overrides the local settings.
Comment: RadButton uses an image to display its border. The image cannot be shaped and this causes the issue.
0 comments