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
Hello,
Thank you for contacting us.
If in the console you are getting an error like this “from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access.”
The images are not previewed, because the IIS where you are hosting styles in not configured correct.
You can look here how to configure it:
help.infragistics.com/Help/Doc/jQuery/2013.1/CLR4.0/html/igOlapXmlaDataSource_Configuring_IIS_for_Cross_Domain_OLAP_Data.html
Thanks,
Nadia Robakova
We are not using Cross Origin Resource Sharing - CORS. we are having directory structure as below.
kindly find attached webform in which the images are not displayed
IGCombo.zip
Thanks
I tried to reproduce you scenario with the sample, but the images are there.
Do you have any error in the console; if you can you send then to investigate the problem?
Nadia
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
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.
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
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:
The issue was resolved by modifying the file infragistics.theme.css and replace the path ‘../../../structure/fonts’ to ‘../../structure/fonts’
Thank You