Hello,
How exactly can one 'disable' a button group. My scenario is that I want to have a particular button selected (not a problem), but do not want to have the 'select' method bound/fired. I would like the entire control to become disabled. I currently cannot find any way to do this. I have tried using the 'unbind' method, does not work. Tried using the 'off' method, does not work. Referencing the control and trying to set the enable property to false does not work (apparently there doesn't appear to be an 'enable' attribute on this control -- yet there is for all others??)
Help greatly appreciated.
How exactly can one 'disable' a button group. My scenario is that I want to have a particular button selected (not a problem), but do not want to have the 'select' method bound/fired. I would like the entire control to become disabled. I currently cannot find any way to do this. I have tried using the 'unbind' method, does not work. Tried using the 'off' method, does not work. Referencing the control and trying to set the enable property to false does not work (apparently there doesn't appear to be an 'enable' attribute on this control -- yet there is for all others??)
Help greatly appreciated.
9 Answers, 1 is accepted
0
Hi Jonathan,
Currently the Kendo UI Mobile ButtonGroup does not have disable/enable functionality. As your suggestion is a valid one I have added it to our plans for implementation for the next official quarter release - Q2 2014.
Thank you very much for bringing this to our attention.
Regards,
Kiril Nikolov
Telerik
Currently the Kendo UI Mobile ButtonGroup does not have disable/enable functionality. As your suggestion is a valid one I have added it to our plans for implementation for the next official quarter release - Q2 2014.
Thank you very much for bringing this to our attention.
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Hi Jonathan,
I am following up on your suggestion to implement disable functionality for the mobile button group widget.
I am happy to inform you that this functionality has been implemented and will be available with the Q1 SP2 release scheduled for tomorrow.
Regards,
Kiril Nikolov
Telerik
I am following up on your suggestion to implement disable functionality for the mobile button group widget.
I am happy to inform you that this functionality has been implemented and will be available with the Q1 SP2 release scheduled for tomorrow.
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Ryan
Top achievements
Rank 1
answered on 05 Jun 2014, 09:34 PM
Hi Kiril,
Thanks for the information -- that's great news. I've tried to implement this new feature, but haven't had any success. I also can't find any revised documentation online about it either. Can you please point me in the general direction of how to wire up this new method?
Thanks!
Thanks for the information -- that's great news. I've tried to implement this new feature, but haven't had any success. I also can't find any revised documentation online about it either. Can you please point me in the general direction of how to wire up this new method?
Thanks!
0
Hi Jonathan,
I apologize for misleading you - we had to postpone the push of this change and the updated version of the widget will be available with the Q2 release scheduled for 16.07.2014. The fix will be available in the BETA release scheduled for two weeks earlier than the official one.
Once again please accept my apologies for misleading you in the first place, that the fix is already available.
Regards,
Kiril Nikolov
Telerik
I apologize for misleading you - we had to postpone the push of this change and the updated version of the widget will be available with the Q2 release scheduled for 16.07.2014. The fix will be available in the BETA release scheduled for two weeks earlier than the official one.
Once again please accept my apologies for misleading you in the first place, that the fix is already available.
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Ryan
Top achievements
Rank 1
answered on 08 Jul 2014, 03:35 PM
Hi Kiril,
Can you please confirm whether this functionality is now available in the beta Q2 release (and that it will be in the actual Q2 release as well)? Is there any revised documentation on this functionality (or will there be)?
Thanks!
Can you please confirm whether this functionality is now available in the beta Q2 release (and that it will be in the actual Q2 release as well)? Is there any revised documentation on this functionality (or will there be)?
Thanks!
0
Hello Jonathan,
The functionality is available with the Q2 beta and you can test it in the following demo:
http://jsbin.com/zitew/1/edit
The documentation is currently being prepared and will be available in the next few days.
Regards,
Kiril Nikolov
Telerik
The functionality is available with the Q2 beta and you can test it in the following demo:
http://jsbin.com/zitew/1/edit
The documentation is currently being prepared and will be available in the next few days.
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Adrian
Top achievements
Rank 1
answered on 22 Jul 2014, 03:48 AM
The functionality does not seem to work when using MVVM binding.
I get: The enable binding is not supported by the ButtonGroup widget at miapp/MiApp/lib/kendo/js/kendo.custom.min.js (line: 3)
I get: The enable binding is not supported by the ButtonGroup widget at miapp/MiApp/lib/kendo/js/kendo.custom.min.js (line: 3)
0
Adrian
Top achievements
Rank 1
answered on 22 Jul 2014, 04:21 AM
Ok, I did get this working using data-bind="disabled: booleanMVVM"
The example mis-lead me to believe I needed data-bind="enable: booleanMVVM"
Cheers.
The example mis-lead me to believe I needed data-bind="enable: booleanMVVM"
Cheers.
0
Hello Adrian,
I am happy to hear that the problem is resolved.
In case you have any other questions, please do not hesitate to contact us.
Regards,
Kiril Nikolov
Telerik
I am happy to hear that the problem is resolved.
In case you have any other questions, please do not hesitate to contact us.
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!