Skip to main content

jquery datepicker not working in GVH

Comments

8 comments

  • Permanently deleted user
    Hi Denis,

     

    This same issue has been reported by another user.  It is being tracked internally here as GVH-11630. 

     

    Unfortunately it has a low priority and has not been scheduled in for a specific version yet.

     

    I have added you as a stakeholder to the case.

     

    Regards,

     

    Wayne Richard

     

    Latitude Geographics Group Ltd.

     

    Head Office: 300 – 1117 Wharf Street  Victoria, BC Canada V8W 1T7

     

    Tel: (250) 381-8130 | Fax: (250) 381-8132 | wrichard@latitudegeo.com 

     

    Developers of Geocortex web-based mapping software | www.geocortex.com

     

    An Esri Platinum Business Partner

     

     
    0
  • Marc Rempel
    I am running into the same issue.  Was this ever resolved?

     

    --Marc
    0
  • Permanently deleted user
    Hi Marc,

     

    It has not, it is still unresolved.

     

    I have added you as a stakeholder to increase the visibility of it.

     

    Regards,

     

    Wayne
    0
  • Permanently deleted user
    please add me as a stakeholder too.  Running into this same problem with our custom modules.
    0
  • Marc Rempel
    For whatever it is worth, I realized that part of the problem may have to do with the viewer using the KendoUI framework. Though once I realized that, then I explored the KendoUI framework and realized it could do what I wanted with a nice UI without having to load other libraries into my modules. Here is an example that worked for me. this.startDateElem = $("#startDate").kendoDatePicker({ change: startChange, value: new Date(2015, 7, 13) }).data("kendoDatePicker"); this.endDateElem = $("#endDate").kendoDatePicker({ change: endChange, value: new Date() }).data("kendoDatePicker"); Hope that helps someone. --Regards, Marc
    0
  • Permanently deleted user
    Marc, did you have to include any additional references to access the KendoUI framework? I tried using your example code but VS2013 doesn't like the kendoDatePicker()
    0
  • Permanently deleted user
    what version of Essentials are you building your modules for?
    0
  • Marc Rempel
    Peter, I didn't need to add any additional references since KendoUI is already included. I noticed in VS if I put a breakpoint in the compiled module js at a jquery call that the kendoUI had a bunch of integrated components available. I then looked up KendoUI api to see what inputs and options it expected. https://demos.telerik.com/kendo-ui/datetimepicker/index I am working against 4.12 for the viewer and Essentials.
    0

Please sign in to leave a comment.