Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9130095
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T07:53:45+00:00 2026-06-17T07:53:45+00:00

I want to replace the single click editing functionality on kendo ui grid into

  • 0

I want to replace the single click editing functionality on kendo ui grid into double click.

The settings i want to keep are: selectable: "multiple, row", editable: true

I found that a solution is to set the editable: false and add a $('#grid').delegate('tbody>tr>td','dblclick', function (e){}

Unfortunately this brings up other problems making my entire editing process difficult. For example, kendo cannot track anymore the changes that easily, does not mark the field as being changed with that red arrow.

Is there a way to change the default kendo single click functionality into double click?

So the requested behaviour would be:

  1. Single click selects row/cell
  2. Double click brings cell into edit mode.
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T07:53:46+00:00Added an answer on June 17, 2026 at 7:53 am

    This is not very nice but might do the trick:

    var myGrid = $('#grid').data("kendoGrid");
    myGrid.element.on('click', 'tbody>tr>td:not(.k-edit-cell)', function (e) {
        myGrid.closeCell();
    });
    myGrid.element.on("dblclick", "tbody>tr>td:not(.k-edit-cell)", "dblclick", function (e) {
        myGrid.editCell($(this));
    });
    

    The first on exits the edition of the cell for a single click and do not change other binding as row selection, the second enters in edition mode for the cell.

    Why do I say nice? Because I would prefer to unbind the previous click event for edition (only) than having to close the edition.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to replace the multiple <br> tags with single <br> in a text.
I want to replace a single line in a file with multiple lines, e.g.,
I have a problem with double quotes in classic ASP. I want to replace
I have a single regex and I want to replace each match in the
So, I want to replace all & in the following string with a single
I've written a simple bookmarklet that opens multiple web pages with a single click:
I want to replace a flash object that uses a single swf file (map
I want to replace single quote (') in a string. Apparently this will not
I want to find/replace a character/pattern ONLY inside SQL comments ( single line comments
Hi I want to replace text inside the single quotes in line $key =

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.