Set text when button is disable

Hi,

when the ejButton is disabled I can't set the text property.
$('#bt').ejButton({text: 'text1'});
$('#bt').ejButton('disable');
$('#bt').ejButton('option', 'text', 'text2');
or
$('#bt').ejButton({text: 'text1', enabled: false});
$('#bt').ejButton('option', 'text', 'text2');
Text property does not change.

Thanks.

1 Reply

SN Sasikala Nagarajan Syncfusion Team February 19, 2015 04:10 AM UTC

Hi Stefano,

We were able to reproduce the problem and we considered this requirement “not able to set the property to controls when it is disabled mode” as bug. A support incident to track the status of this defect has been created under your account. Please log on to our support website to check for further updates.

https://www.syncfusion.com/account/login?ReturnUrl=/support/directtrac/incidents

Regards,

Sasikala Nagarajan



Loader.
Up arrow icon