Unplanned
Last Updated: 22 Apr 2022 07:02 by Akesh Gupta
Currently the items.attributes is used to generate the attributes attached to each k-radio-item element, however it is not possible to set attributes to the inputs of the generated radio buttons. The addition of an items.inputAttributes configuration to achieve this would be helpful.
Completed
Last Updated: 13 Sep 2021 11:01 by ADMIN
Release 2021.R3
Created by: Lorenzo
Comments: 0
Category: RadioGroup
Type: Feature Request
2

Feature Request

It should be possible for the value of the RadioGroup to be set to zero.

Reproduction of the problem

https://dojo.telerik.com/@NeliKondova/ObIXuric

Current behavior

Currently, when the value of the RadioGroup is set to zero, not item is actually selected as a value. The value of the RadioGroup could be set to zero only if it is a string.

Expected/desired behavior

To be possible the value of the RadioGroup to be set to 0.

Environment
Kendo UI version: 2021.1.1118

Unplanned
Last Updated: 24 Jun 2021 13:05 by ADMIN
Created by: Sergey
Comments: 0
Category: RadioGroup
Type: Feature Request
2
Add DataSource binding for the RadioGroup
Completed
Last Updated: 03 Jun 2021 16:33 by ADMIN
Release 2021.R2.SP.next
Created by: Mark
Comments: 0
Category: RadioGroup
Type: Bug Report
0

Bug report

The 'oldValue' and 'newValue' of change event of RadioGroup are marked as of type Number, while they should be of type String.

Reproduction of the problem

  1. Open the change event example from the API

Current behavior

It is written that the 'oldValue' and 'newValue' are of type Number, but the logged values are strings

Current TypeScript definition:

interface RadioGroupChangeEvent extends RadioGroupEvent {
        target?: JQuery;
        oldValue?: number;
        newValue?: number;
    }

Expected/desired behavior

It should be marked that the oldValue and newValue are Strings.

Environment

  • Kendo UI version: 2021.1.330
  • Browser: [all ]