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
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.