Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
315
WebDatePicker - Default spin buttons and styles not showing up
posted

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

Parents
No Data
Reply
  • 24497
    posted

    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

     <infragistics.web styleSetName="Default" styleSetPath="~/ig_res" />

    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.

Children