kendo-ui-core icon indicating copy to clipboard operation
kendo-ui-core copied to clipboard

RadioGroupFor does not work correctly when used as an Editor for the Grid

Open yanisslav opened this issue 3 years ago • 1 comments

Bug report

When a RadioGroupFor is used as an editor template for the Grid, the property of the model is not bound to the component. The data-bind attribute is missing in the rendered HTML.

Reproduction of the problem

In the attached project, try to edit a record from the Grid. The property RGVal is not bound to the RadioGroup editor. Adding the following configuration fixes the behavior: .HtmlAttributes(new { data_bind="value:RGVal"})

Current behavior

The property is not bound to the editor.

Expected/desired behavior

The property should be bound to the editor.

Environment

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

TelerikMvcApp18.zip

yanisslav avatar Jul 06 '22 12:07 yanisslav

Also reported in 1575192

yanisslav avatar Aug 09 '22 08:08 yanisslav

Reported in 1596825

antonmironovv avatar Feb 08 '23 14:02 antonmironovv