Just getting started with WebDataGrid and I imagine something simple was missed as the default resources are not installed on the built-in local development webserver (cassini) and I will need to publish these resources to the production server at some point also.
How do I get the css files and images installed on the development server and also production??
Here is the error message from Application_Error();
Application_Error : Current Request File Path: ~/ig_res/default/ig_shared.css Exception: System.Web.HttpException: File does not exist. at System.Web.StaticFileHandler.GetFileInfo(String virtualPathWithPathInfo, String physicalPath, HttpResponse response) at System.Web.StaticFileHandler.ProcessRequestInternal(HttpContext context) at System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Hello, I have an issue with this solution. When I copy the StyleLibraries into my web application in Theme folder, my web pages that uses a custom Style.css (my css file) stop use my css classes. My css classes only works if I merge that in any Infragistics css file.
Regards,
Luis Esquivel.
The igres folder gets created and our css files for appstylist are copied over there. This folder gets created when you go into the design view of your aspx. You will want to copy over this igres folder to your deployment machine. If you do not have this folder and you went to your page in design view, you could copy over the files from C:\Users\Public\Documents\Infragistics\NetAdvantage 2009.2\ASP.NET\StyleLibraries (the file path will depend on your operating system).
Documentation on AppStyling:
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2009.2/CLR3.5/html/Web_Application_Styling_Framework_ASF.html