Declined
Last Updated: 23 Feb 2023 06:22 by ADMIN
Kristiyan
Created on: 29 May 2019 09:28
Category: ButtonGroup
Type: Feature Request
0
Feature Request: get idx of toggled button within group

Hello Telerik Team,

I would like to propose a feature request: currently, the <kendo-buttongroup> is not keeping track of toggled button/s, so it would be a good idea to implement this. My solution right now is 

<kendo-buttongroup class="view-mode-group"
    selection="single"
look="flat">
<button class="group-button"
kendoButton
(click)="onChangeViewMode(0)"
[toggleable]="true"
[selected]="isModeSelected$(0) | async">Imported Messages
</button>

3 comments
ADMIN
Dimiter Topalov
Posted on: 23 Feb 2023 06:22

Hello,

We are closing this reques due to low customer demand.

Regards,
Dimiter Topalov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

ADMIN
Dimiter Topalov
Posted on: 30 May 2019 12:41
Hello Kristiyan,

Thank you for this feature request and the provided sample implementation. I converted the thread to a Feedback portal item as this is the place where we are tracking all feature requests and the customer demand for them:

https://feedback.telerik.com/kendo-angular-ui/1410994-feature-request-get-idx-of-toggled-button-within-group

We will consider adding the suggested enhancement in a future version of our buttons package based on the interest.

Regards,
Dimiter Topalov
Progress Telerik
Get quickly onboarded and successful with your Telerik and Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Kristiyan
Posted on: 29 May 2019 09:29
<kendo-buttongroup class="view-mode-group"
                               selection="single"
                               look="flat">
                <button class="group-button"
                        kendoButton
                        (click)="onChangeViewMode(0)"
                        [toggleable]="true"
                        [selected]="isModeSelected$(0) | async">Imported Messages
                </button>