Posted
on Feb 17, 2010
(permalink)
In the attached page, the button set not to display with style="display:none", displays the rounded right side of the button when FormDecorator is applied.
Any ideas? Currently i just bumped it off the page, but I would like to get it fixed properly.
Reply
Answer
Georgi Tunev
Georgi Tunev
Posted
on Feb 18, 2010
(permalink)
Hello Joel,
Please note that RadFormDecorator does not check the styles set with the
style property - otherwise it will severely degrade the performance of the control. In scenario like this one, I would suggest to wrap the button in some container - SPAN or DIV for example and to set display:none to the container itself.
All the best,
Georgi Tunev
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.
Reply
Posted
on Feb 18, 2010
(permalink)
Perfect. Thank you.
Reply