All I have are X's (img placeholders) showing.
Here is the assembly/Verstion:
<%@ Register assembly="Infragistics4.Web.v13.1, Version=13.1.20131.2331, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.Web.UI.EditorControls" tagprefix="ig" %>
Here is the apsx page:
<ig:WebDatePicker ID="WebDatePicker2" runat="server" DisplayModeFormat="d" DropDownCalendarID="WebMonthCalendar2" StyleSetPath="~/images/Infragistics/" > </ig:WebDatePicker> <ig:WebMonthCalendar ID="WebMonthCalendar2" runat="server" StyleSetPath="~/images/Infragistics/" > </ig:WebMonthCalendar>
In my Web.config file I have this in the configuation section:
<infragistics.web enableAppStyling="true" styleSetPath="~/images/Infragistics/" />
Any idea why I can't get the DropDown image nor the Previous and Next arrow images to show?
Thanks.
Hello,
Could you tell me what is the content of the "~/images/Infragistics/" directory. It seems that your stylesPath folder didn't contains the correct styles.
You can find your default styles from: C:\Users\Public\Documents\Infragistics\2013.1\ASP.NET\StyleLibraries.
I'm looking forward your reply.
I do have a directory titled 'Styles'.
C:\Program Files (x86)\Infragistics\NetAdvantage 2013.1\ASP.NET\Styles
Do I copy that to the Images folder in a web site or make it a root?
We have inherited a web app that was using version 11 and we don't have version 11. We have version 13. so i'm finding WebUICalendar control and having to replace it with WebUIDatePicker. A lot of properties/attributes are not the same PLUS I've never used Infragistics before.
Thanks for the help.
Kevin
Hey Aleksandar,
I copied the images from here: C:\Program Files (x86)\Infragistics\NetAdvantage 2013.1\ASP.NET\Images to my webproject's Images directory.
I can't find a StyleLibraries folder
All help is appreciated as I'm stuck from moving forward