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 ?
Hello Sagar,
We will update you as soon as possible.
Thanks for your response. It seems there is no way out to get rid of the errors we're getting.
Secondly can you please have a look at my other forum post too, didnt receive any response over it. Post link is: https://ko.infragistics.com/community/forums/f/retired-products-and-controls/70634/ultrawebgrid-color-theme-change/358722#358722
Thanks,
Sagar
Hello sagarag05,
Yes you are correct - the controls contain references to the corresponding style sheets and a link element is rendered for each of these files.
If you have any further questions, please do not hesitate to ask.
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 ?