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

  • SEARCH
  • Home
  • 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 8630631
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T09:06:07+00:00 2026-06-12T09:06:07+00:00

I have a Kendo grid that has links, which I also set to selectable,

  • 0

I have a Kendo grid that has links, which I also set to selectable, snippet here:

columns: [{
    field: 'link', title: 'Link',
    template: '<a href="${link}">Click Here</a>'
}],
...
selectable: 'row',
change: function(e) {
    var rowUid = this.select().data('uid');
    rowDs = this.dataSource.getByUid(rowUid);
    console.log('Went (1): ' + rowDs);
    return false;
}

When I click on the external link <a>, I also select the row. Is there any way to suppress the selectable event?

  • 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-12T09:06:08+00:00Added an answer on June 12, 2026 at 9:06 am

    I just stumbled across a forum post by a Kendo UI dev stating that “the selection of the grid cannot be prevented” (link). I guess that means I will have to work around this.

    Edit: I actually just want to get the row’s uid attribute so I can select the selected dataItem from the dataSource. I’ve discovered that you can get it while you’re defining your columns template,

    columns: [{
        field: 'link', title: 'Link',
        template: '<a href="#" data-rowSpecificUid="${uid}">Manual Edit Link</a>'
    }],
    

    And use it to retrieve the selected row’s dataItem.

    var selectedRow = $('#gridId').data('kendoGrid').dataSource.getByUid(rowUid);
    

    Will close this question in a while, in case anyone else can help.

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

Sidebar

Related Questions

I have a Kendo Grid that binds to an XML DataSource. How can I
I have a Kendo UI for MVC batch edit grid that will not update
I have used Kendo grid, I need to select a row without command columns.
I have a Kendo UI Grid on my Razor Layout which fetches data from
I have a Kendo UI DataSource that has 10 fields in it. I want
I am using mvc4. On one of my page, it has Kendo Grid. I
I have a Kendo UI datepicker with placeholder data. Here is the HTML: <input
I am using the Telerk Kendo UI grid that loads data remotely. The QueryString
Have data that has this kind of structure. Will be in ascending order by
I have a Kendo Grid for MVC and I have added a custom command

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.