Dojo example: https://dojo.telerik.com/oDOcanIk
The checked radio button of the RadioGroup appears unchecked.
The RadioGroup check state remains the same.
Hi,
Unfortunately, currently we don't have a workaround that covers this scenario.
Regards,
Ivan Danchev
Progress Telerik
Stay tuned by visiting our public roadmap and feedback portal pages. If you're new to the Telerik family, be sure to check out our getting started resources, as well as the only REPL playground for creating, saving, running, and sharing server-side code.
Hello,
As a temporary workaround until the an official fix becomes available, you can use the approach below:
1. Handle the reorder event of the TileLayout.
2. In the handler, you can set the value of the RadioGroup like this:
function onReorder(e) {
var radioGroup = $("#radiogroup").data("kendoRadioGroup");
radioGroup.value(radioGroup.value());
}
Regards,
Ivan Danchev
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.