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
365
Icons not loading for igx grid
posted

Hi, i have built igx grid from the examples and using 16.0.0 . icons are not showing up in the grid. am i missing any reference?

i have referred  css using theme

@use "@infragistics/igniteui-angular/theming" as *;
// IMPORTANT: Prior to Ignite UI for Angular version 13 use:
// @import '~igniteui-angular/lib/core/styles/themes/index';
@include core();
@include typography($font-family: $material-typeface, $type-scale: $material-type-scale);
/* autoprefixer grid:on */
@include theme($default-palette);

Parents
No Data
Reply
  • 700
    Offline posted

    Hello Peru,

    Thank you for posting in our community!

    I have been looking into your question and in an effort to reproduce the described behavior I have prepared a small sample from scratch by following our Getting started topic here and enabling some IgxGrid features, i.e., filtering, sorting, etc., by using the Ignite UI CLI and the add command as demonstrated in the following topic here.

    ng new igxApp --style=scss
    ng add @infragistics/igniteui-angular (installed the latest supported version 16.0.12)
    ig add (added custom grid with sorting, filtering, grouping, etc)

    On my side, I was not able to reproduce the described behavior and when running the project, the IgxGrid along with the features’ icons were displayed successfully and as expected. This could be observed in the attachment below:

    Attached could be found my sample for your reference. Please test it on your side and let me know how it behaves.

    Additionally, in order to assist you further, it would be highly appreciated if you could provide me with a small sample that demonstrates the behavior on your side.

    Having a sample that I could debug on my side will be extremely helpful in further investigating this matter and providing you with a solution as soon as possible.

    Thank you for your cooperation. Looking forward to your reply.

    Sincerely,
    Riva Ivanova
    Associate Software Developer

    0753.igxApp.zip

Children