Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
AI Productivity Tools
UI/UX Tools
Debugging
Free Tools
Support
Resources
Design and Productivity Tools
Is it possible to create a dynamic ButtonGroup like this?
<kendo-buttongroup selection="single"> <div *ngFor="let label of labels" >
<button kendoButton [togglable]="true" [icon]="" >label</button> </div> </kendo-buttongroup>