[CLOSED] DatePicker Issue

  1. #1

    [CLOSED] DatePicker Issue

    Hi Ext.NET Team,

    I have included an datepicker in my project but some how the last row of the date picker is not visible.
    Below is the image:

    Click image for larger version. 

Name:	datepicker.PNG 
Views:	10 
Size:	4.4 KB 
ID:	7450.

    Below is the code in how i have used in the mvc view:
     X.DateFieldFor(x => x.ScenarioSimuDTO.SCENARIO_AS_OF_DATE).ID("TxtDate").Format("MM/yyyy").FieldLabel("").Editable(false).Type(DatePickerType.Month).Listeners(c => c.Change.Fn = "changeDateField")
                                       .StyleSpec("margin-left:5px").InputWidth(100),
    Please let me know whats wrong / missing
    Last edited by Daniil; Jan 08, 2014 at 6:06 AM. Reason: [CLOSED]
  2. #2
    Hi @PriceRightHTML5team,

    I think it should be fixed in the SVN revision #5373. So, it should be OK with Ext.NET >= v2.3.

    Please clarify what Ext.NET version are you using?

    Please try to add the following
    .PickerOptions(new DatePicker() { Height = 200 })
    for the DateField.
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi @PriceRightHTML5team,

    I think it should be fixed in the SVN revision #5373. So, it should be OK with Ext.NET >= v2.3.

    Please clarify what Ext.NET version are you using?

    Please try to add the following
    .PickerOptions(new DatePicker() { Height = 200 })
    for the DateField.
    We were using v2.2 so that might be the reason it was not showing up.
    When added the above code its now working.

    Thanks

Similar Threads

  1. [CLOSED] Reloading a DatePicker
    By ATLAS in forum 2.x Legacy Premium Help
    Replies: 13
    Last Post: Aug 28, 2013, 3:39 AM
  2. Replies: 2
    Last Post: Jul 04, 2013, 4:13 PM
  3. DatePicker in a tab
    By echo in forum 1.x Help
    Replies: 8
    Last Post: Jan 22, 2009, 9:10 AM
  4. DatePicker customization
    By methode in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 29, 2008, 6:28 PM
  5. Datepicker From/To
    By srinag315 in forum 1.x Help
    Replies: 0
    Last Post: Apr 10, 2008, 10:23 PM

Tags for this Thread

Posting Permissions