2

I have a kendo Date picker it is functioning well.

On click of icon in input box I am able to open date dialog and it is working. But I want this dialog should also open in click of input box as well..

            <h4>Select date:</h4>
            <input kendo-date-picker
             ng-model="dateString"
             k-ng-model="dateObject" />

Demo : http://dojo.telerik.com/

Can anyone guide me ?

Javascript Coder
  • 5,691
  • 8
  • 52
  • 98

1 Answers1

3

Just add click listener to datepicker wrapper element an use datepicker open method to open datepicker. Look this Kendo UI Dojo

Jarno Lahtinen
  • 1,713
  • 17
  • 30