Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

133
Views
kendo date input field need selection on date part

there is any possible method to get selection to date part in kendo date-input field while the date input control get focus?enter image description here

currently cursor in year part and not selected the year part.

I want like below one,

enter image description here

need focus on date part and selected. thanks in advance.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Hope this demo will help you.

Working Demo: https://dojo.telerik.com/OHuVAPiV

$(document).ready(function () {
    $("#dateinput").kendoDateInput({
      format: "dd-MM-yyyy"
    });
          
    $("#dateinput").on("focusin", function(e){
        const input = document.getElementById('dateinput');
        //input.focus();
        input.setSelectionRange(0, 3);              
        });
});
 <link rel="stylesheet" href="https://kendo.cdn.telerik.com/2021.3.1207/styles/kendo.default-main.min.css" />

    <script src="https://code.jquery.com/jquery-1.12.3.min.js"></script>
    
    
    <script src="https://kendo.cdn.telerik.com/2021.2.616/js/kendo.all.min.js"></script>
    
    

<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2021.2.616/styles/kendo.common.min.css">
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2021.2.616/styles/kendo.rtl.min.css">
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2021.2.616/styles/kendo.default.min.css">
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2021.2.616/styles/kendo.mobile.all.min.css">

<input id="dateinput" title="please enter date" style="width: 100%" />

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!