Completed
Last Updated: 21 Apr 2023 13:37 by ADMIN
Release R2.2023-Increment.2(26.Apr.2023)
Created by: JP
Comments: 0
Category: ButtonGroup
Type: Bug Report
0

Bug report

The text in the ButtonGroup items is not encoded properly.

Reproduction of the problem

  1. Open the example from the API - https://docs.telerik.com/kendo-ui/api/javascript/ui/buttongroup/configuration/items#itemsencoded

Current behavior

The text in the items is nto properly encoded

image

Expected/desired behavior

The text should be as in the image below:
image

The issue is a regression starting with 2023 R1 release

Environment

  • Kendo UI version: 2023.1.314
  • Browser: [all ]
Completed
Last Updated: 11 Apr 2023 14:04 by ADMIN
Release R2.2023-Increment.2(26.Apr.2023)

Bug report

The selectedIndices property of the ButtonGroup returns incorrect indices.
The issue is a regression introduced with v2023.1.117

Reproduction of the problem

  1. Run this dojo

Current behavior

  1. Click on the Get Selected indices button - no indices are returned.
  2. Deselect the selected button and click on the Get Selected indices button again.
  3. The selectedIndices property indicates the first button is selected.

Expected/desired behavior

Correct indices of selected buttons should be returned.

Environment

  • Kendo UI version: 2023.1.117
  • Browser: [all]
Completed
Last Updated: 14 Feb 2022 08:28 by ADMIN
Release 2022.R1.SP.next

Bug report

In a ButtonGroup that is within a Toolbar, two buttons may appear as selected due to incorrect classes.

Regression introduced with 2022.1.119

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/@martin.tabakov@progress.com/oFAnifin/5
  2. Select Button 2.
  3. Press the Reset button.

Current behavior

Button 1 and Button 2 appear as selected.

Expected/desired behavior

Only Button 1 should be selected

Environment

  • Kendo UI version: 2022.1.119
  • Browser: [all]
Unplanned
Last Updated: 11 Jun 2021 14:24 by Dennis
Created by: Dennis
Comments: 1
Category: ButtonGroup
Type: Feature Request
2
I would like to have the possibility to change the ButtonGroup layout to vertical. Having a layout option in the ButtonGroup would be very useful. 
Completed
Last Updated: 13 Jan 2020 09:15 by ADMIN
Release R1 2020

Bug report

Widgets that can be disabled through data attribute use the "data-enabled" attribute. The Button and the ButtonGroup use "data-enable" attribute.

Reproduction of the problem

Dojo example.

Current behavior

The Button and the ButtonGroup do not use the "data-enabled" attribute.

Expected/desired behavior

To avoid introducing a breaking change, the Button and the ButtonGroup should be able to use both "data-enable" and "data-enabled" attributes.

Environment

  • Kendo UI version: 2019.2.619
  • jQuery version: x.y
  • Browser: [all]
Unplanned
Last Updated: 27 Nov 2019 08:38 by ADMIN
Created by: Marcus
Comments: 2
Category: ButtonGroup
Type: Feature Request
4
Provide value binding for the ButtonGroup widget, so the selected button could be mapped to a value and the other way round. Binding should be similar to a RadioButton group or a DropDownList value binding.