New to Telerik UI for ASP.NET MVCStart a free 30-day trial

Badges

The Telerik UI for ASP.NET MVC ButtonGroup provides options for adding badges to its Buttons.

To add or update a badge, use the Badge() configuration method.

Razor
    @(Html.Kendo().ButtonGroup()
       .Name("player")
       .Items(t =>
       {
           t.Add().Text("One").Badge("1");
       })
    )

See Also

In this article
See Also
Not finding the help you need?
Contact Support