No matter what i do i cannot get the images to display for webdatepicker.
WHAT A NIGHTMARE!!!!!
Hi Gary,
If you refer to default images, then they should be located at ~/ig_res/Default/images/ directory. If you have custom StyleSetName, then it should be ~/ig_res/YourStyleName/images.
Please be more specific which exactly images are missing. Images (triangles) on buttons of editor or calendar (IMG objects), or background images in editor or calendar (defined by css classes). Those images are default or you set your custom images.You may look at generated html, find IMG objects which used to show them and look at their src. Those urls should be available on server and have files with those names.
I've been using asp.net 11.1.20111.1006 for a while. I"m trying to replace ultragrids with webdatagrids but none of the editor providers seem to work and graphics are missing (WebDataPicker is just text, for example). I'm not sure why the developer is responsible for knowing where to get the styles, javascript files, and images and know where to put them on the website. Dropping the controls onto the page in source view or design view doesn't do it, and never has. I've been through this before and with other controls but nobody has a fix other than telling me where to find the files and where the controls are looking for them. Can you please give me the complete source and destination for all styles, javascript, and images for WebTextEditor, WebNumericEditor, WebCurrencyEditor, WebDatTimeEditor, WebDatePicker, WebMaskEditor, WebPercentEditor, WebDialogWindow, and WebDataGrid, and WebDropdown?
Thanks for you help.
Web.config: imageDirectory="~/Images/" enableAppStyling="true" styleSetPath="~/ig_res/" styleSetName="RubberBlack"/> WebDropDown Style set as: StyleSetName="RubberBlack"
Source for page: src="Images/igdd_DropDownButton.png"