Widget Designer Properties Different with frontend
I just created a new widget and facing a issue, the widget has 2 checkbox input and one of the check box passing value correct, and another one value incorrect in FRONT END Web.
My problem Flow :
1. Create a page,
2. Drag widget MyCustomWidget
3. Edit > Checkbox 1 True, Checkbox 2 True. (fyi, Default value of the both is false)
4. Preview > Show Correct. (ex. localhost/.../Preview) the value still correct True and True.
5. Do Publish. and view the page (ex. http://localhost/mypagename/) without Action/Preview the value incorrect and return False and True (one of the properties return incorrect)
Please kindly your help any kind problem like me ?
Thanks
Hello,
You will need to debug the widget in order to find out why 1 of the controls sends the correct value while the other does not. I would guess that the problem might be in the designer's javascript and more specifically on applyChanges function. I have attached one sample widget that works correctly on my end for your reference.
Regards,
Pavel Benov
Telerik
hi, Pavel
Thank you, already solve.. i just create new one widget and using thunder to generate correct way designer