Rawdon Edghill
86 posts
Registered:
16 Dec 2020
27 May 2024
Link to this post
Hi Mike,
Thank you for bringing this to our attention. We are aware of this issue where the Kendo styles conflict with the default Bootstrap styles for radio buttons.
As a workaround, you can modify the template of the yes/no widget by editing the RadioButton template and removing the k-radio class from both inputs.
Ensure to save the template with a relevant name for future reference.
Alternatively, you can use jQuery within a tpc ready event on the page template with the following code:
$('input[type="radio"]').removeClass("k-radio")
Regards,
Rawdon