When I drop a webdatepicker on a webpage, I don't see the spin buttons (seeing placeholders instead) and it's missing the default styles? I'm using 2010 Vol.1 controls.
Am I missing any additional settings?
Thanks,
Ramesh
Hi Viktor,
I don't see this line in my web.config. Do I add it manually?
<infragistics.web styleSetName="Default" styleSetPath="~/ig_res" />
I don't see ig_res directory in my web project either?
I thought infragistics controls looks for images in \ig_common?
Hi Ramesh,
Probably webdatepicker can not find resources. By default the resources should be located at local to project ig_res/Default directory. Directory should contain css files and images. That default location can be changed. By default those settings are defined in web.config by something like below
I suggest you to look at source of generated html, find <img> objects used for spin buttons and look at their src. Files referenced by that should be accessible from server. You also may check if <link> with css files point to correct location (available from server).You also may use debuger and other tools, like "Developer Tools" in IE8 and inspect properties/styles of html elements of spin buttons.