I'm using asp.net mvc and i need calendar or datepicker control but my customer is using windows ce. I saw this topic: ASP.NET MVC Calendar and i used jquery ui datepicker but it's so slow for windows ce's browser (internet explorer mobile). i need simple datepicker control for asp.net mvc like asp.net webforms calendar control. such as: http://www.w3schools.com/aspnet/showasp.asp?filename=demo_calendar
-
The only solution is to build your own, in a lite verion for the CE browser, if the question was, What can i do to implement a fast calendar for CE browsers.Freeman– Freeman2013-02-26 10:46:20 +00:00Commented Feb 26, 2013 at 10:46
-
Did you take a look at Jquery mobile? If this is not something you like you have to create your own or find some other plugin that will work on CE device..Jordy van Eijk– Jordy van Eijk2013-02-26 10:47:37 +00:00Commented Feb 26, 2013 at 10:47
-
@Zabavsky: sorry for my poor english skills, questions or request is "i need simple datepicker control for asp.net mvc like asp.net webforms calendar control. such as: w3schools.com/aspnet/showasp.asp?"Baris– Baris2013-02-26 10:50:58 +00:00Commented Feb 26, 2013 at 10:50
-
@Freeman: i haven't got much time for implement my own controlBaris– Baris2013-02-26 10:55:35 +00:00Commented Feb 26, 2013 at 10:55
-
@JordyvanEijk: i'm using jquery ui maybe i should use jquery mobile. i will try jquery mobile. thanks.Baris– Baris2013-02-26 10:56:13 +00:00Commented Feb 26, 2013 at 10:56
|
Show 2 more comments