Hi,
The igCombo Dropdown arrow not showing and check boxes not showing checked but it's showing when we refer to the online css files.
http://cdn-na.infragistics.com/igniteui/2018.1/latest/css/themes/infragistics/infragistics.theme.css
http://cdn-na.infragistics.com/igniteui/2018.1/latest/css/structure/infragistics.css
Kindly let us know on the resolution for the same
The issue was resolved by modifying the file infragistics.theme.css and replace the path ‘../../../structure/fonts’ to ‘../../structure/fonts’
Thank You
I looked at you project and the file ‘IGCombo\IgniteUI\css\themes\infragistics\infragistics.theme.css’ is modified and the path for the fonts is not correct.
To resolve you issue you have 3 options:
Thanks,
Nadia
I have copied the fonts folder from the infragistics install directory to our project but still the issue is not resolved.
Please find the Sample Project in which i have copied the fonts folder.
www.sierratec.com/.../IGCombo.zip
Thanks
Thank for sending the project.
The reason that you do not see the images is because in the folder structure (…\IgniteUI\css\structure) is missing folder fonts, where the images are.
If you copy this folder from the infragistics install directory (for example “C:\Program Files (x86)\Infragistics\2018.1\Ignite UI\css\structure”) to your project the problem will not occur.
Please find the attached sample project in which the css files, js files and images are also included and the issue is produced
Below is the screenshot for your reference in which I have selected “United States”. But it is not checked. The Dropdown icon also not appearing.
Also there were no errors logged in the console in the right side IE Developer Tools.
Please let us know if any changes done in the attached project to resolve the issue
Sample Project : www.sierratec.com/.../IGCombo.zip