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
115
HOW do I get images for buttons (Dropdown, Previous, Next ) to display?
posted

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.

Parents
  • 1740
    Offline posted

    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.

Reply Children