Hi,
I need to bind model data to DatePicker control in ASP.NET MVC3 application.
In the examples I dont' find anything about this.
Could anyone help me?
Thank you in advance.
Mirko
Hello IccAppSupport,
I have created support case in your behalf with number – “CAS-77245-KK76VC”.
You can access your case from "My IG > My Support Activity" section in our Web Site (you must Log In first).
You can use this support case to send and receive progress updates, samples and any additional information that can be helpful in resolving your issue.
Thank you for choosing Infragistics.
how can I contact the Developer Support, please?
I have more than one week trying to work with infragistics and It hasn't been impossible
Hi IccAppSupport,
I'm not sure why you don't have it in the "Add References" dialog, you can contact Developer Support for that.
You can however add it directly in you web.config placing the following line at <system.web><compilation><assemblies>.
<
Then you just need to add <%@ Import Namespace="Infragistics.Web.Mvc" %> in your view page and you will be able to use the igRating code posted above.
Hope this helps,
I am working in a WebApplication, and I am using ASPX.
and I don't have that Infragistics.Web.Mvc package.
When I try to add the reference, it doesn't appear in the options.
how can I re-install it?
Thanks In advance
HI IccAppSupport,
If you have installed all the products you should have an assembly called Infragistics.Web.Mvc installed as well.
It should be in two versions - 2.11.1.1014 or 3.11.1.1014, depending on which version of ASP.NET MVC are you using. The last number(1014) could be different if you are using one of our Service Releases which we strongly recommend.
You should use 2.11.1.1014 for MVC2 and the other one for MVC3.
Let me know what type of project(WebSite or WebApplication) and which ViewEngine(ASPX or Razor) are you using and I can give you more details about how to use the jQuery product.
Thanks,