This is a migrated thread and some comments may be shown as answers.

ToolBar Cancel Button IconClass?

3 Answers 87 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Robert Madrian
Top achievements
Rank 1
Veteran
Iron
Robert Madrian asked on 11 Feb 2021, 09:19 AM

Hello,

How to set the IconClass of the ToolBar Cancel Button?
I cannot find that property

                          toolbar.Save().CancelText("Verwerfen").Text("Speichern").IconClass("fa fa-save");
                          toolbar.Excel().IconClass("fa fa-file-excel");

robert

3 Answers, 1 is accepted

Sort by
0
Patrick | Technical Support Engineer, Senior
Telerik team
answered on 15 Feb 2021, 07:17 PM

Hello Robert,

In order to set the cancel button's icon as a Font Awesome web icon, use the following CSS:

    .k-i-cancel:before {
        content: "\f00d";
        font-family: FontAwesome;
    }

Regards,
Patrick
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/.

0
Robert Madrian
Top achievements
Rank 1
Veteran
Iron
answered on 16 Feb 2021, 03:54 PM
OK - but a IconClass property would be fine for that
0
Accepted
Patrick | Technical Support Engineer, Senior
Telerik team
answered on 16 Feb 2021, 04:06 PM

Hello Robert,

Based on your idea, I have created a feature request with a vote on your behalf in our Progress Feature Request Portal.  There, the community can actively create ideas and vote on ones which will be seen by our developers for upcoming releases.  Please follow the feature request for any future updates, and feel free to leave any comments.

Regards,
Patrick
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/.

Tags
Grid
Asked by
Robert Madrian
Top achievements
Rank 1
Veteran
Iron
Answers by
Patrick | Technical Support Engineer, Senior
Telerik team
Robert Madrian
Top achievements
Rank 1
Veteran
Iron
Share this question
or