Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1415
Need to display an icon of ms-excel instead of text
posted

Hi Team,

I am using Infragistics version 9.1.12 and Angular version 9. 

Scenario: I have a igx data grid and a feature button below the grid to export the grid data to excel 

Requirement: Need to display ms-excel icon of green color and transparent button background color instead of text stating "Export to excel".

Tried the below code snippet but was not able to display the icon:

<button igxButton="raised" (click)="exportButtonHandler()" class="exportButton" igxButtonBackground="transparent">
<igx-icon fontSet="material">ms-excel</igx-icon>
</button>
Hope to get solution soon!!
Thanks in advance!