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,
Sorry for my misunderstanding. I made an sample for you with webDataPicker and webMonthCalendar.
Only that you need to do for stylePaths, is to have one folder in your app with default styles for example and in web.config you should only add this line: <infragistics.web styleSetName="Default" styleSetPath="~/ig_res"/>.
All assembly references and web configurations are added in the sample.
Please find the attachment below.
If you need further assistance, please feel free to contact us.
And is the Register Assembly for Web.UI.EditorControls even valid? I don't see a .dll for it. I see one for WebSchedule though.
Thanks. Maybe I'm not looking in the right place but the example you pointed me to is a datagrid with a datepicker for one of the column. It shows no atribute settings for style path or anything else that I can see for the datepicker.
Can you please provide me an example based on the code snipets I posted in my initial post? If there is a web.config entry I should have would you please let me know what that should be?
Thank you.
Thanks for your post.
I want to clarify that your current version is not supported. You can see our product lifecycle here: http://es.infragistics.com/support/product-lifecycle.
My recommendation first of all is to update to the latest version.
You can see some samples for date picker from here: http://es.infragistics.com/samples/aspnet/date-picker/overview.
Second recommendation is to find default style folder from this path: C:\Users\Public\Documents\Infragistics\2013.1\ASP.NET\StyleLibraries, and move this directory to your app and make your style paths to refer to there.
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