Completed
Last Updated: 18 Jan 2024 07:58 by ADMIN
Release 2024 Q1

Bug report

RadioGroup is not serialized correctly when declared in the Template component.

Reproduction of the problem

  1. Open the following Telerik REPL.
  2. Notice that the RadioGroup component declared in the Template for the CustomerRating field is not serialized correctly.

Current behavior

The RadioGroup is not serialized correctly when declared in the Template component.

Expected/desired behavior

The RadioGroup should be serialized correctly when declared in the Template component.

Environment

  • Kendo UI version: 2023.3.1010
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 30 Oct 2023 08:59 by ADMIN
Release R1.2024-Increment.1(15.Nov.2023)

Bug report

Using kendo.WidgetInstance method for the RadioGroup Component in Telerik UI for ASP .NET Core returns undefined.

Reproduction of the problem

  1. Run this REPL and inspect the DevTools console.
  2. Compare with this Dojo for jQuery

Current behavior

kendo.WidgetInstance returns undefined when the id of a RadioGroup initialized using Telerik UI for Core is passed to it.

Expected/desired behavior

The kendo.WidgetInstance should return the client-side instance of the Component in Telerik UI for Core

TicketID: 1563950

Environment

  • Kendo UI version: 2022.1.412
Unplanned
Last Updated: 20 Apr 2021 11:28 by ADMIN
Created by: Akesh Gupta
Comments: 0
Category: RadioGroup
Type: Feature Request
1
Make possible for the RadioGroupFor helper to bind to int and GUID fields. Currently only binding to sting is possible.