Hi,
We are using multiple controls from Infragistics (of ASP.Net). Corresponding to these controls, there are css files as well. Like for WebPanel, Tab, Grid etc, the css files are ig_panel.css, ig_grid, ig_shared.css etc..
We don't want multiple css files pertaining to each of these infragistics controls and so we have merged them. After merging these css files, the controls look proper however it gives error in background like Error 404, file not found for ig_shared.css and other css files.
Are these controls bound to these file names that it is looking for these files even though the css classes are present in a merged css file ?
Is there a mandate that files with these names should be present ?
Can you plz let me know on this ?
Hi sagarag05,
It seems that the CSS files are internally referenced by the controls and that's why you are getting this errors. It's not mandatory these files to be present, so you can continue using the merged file.
Let me know if you have any further questions.
Ideally there should not be any dependency on CSS file names.
Yes, we are aware that the controls will work fine if these files are not present as the required css classes are available to the control thru a merged css file however the point of concern is we're getting 404 errors which we don't want.
I didn't get the meaning of the sentence you quoted - "It seems that the CSS files are internally referenced by the controls"..
In other words do you mean to say that infragistics controls internally refers to these CSS files (or file names) rather than just looking for corresponding and required CSS classes ?
Can you please let me know on this ?