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 8867457
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T17:02:14+00:00 2026-06-14T17:02:14+00:00

I am using the Kendo Hierarchical Datasource for a Kendo UI Treeview. On a

  • 0

I am using the Kendo Hierarchical Datasource for a Kendo UI Treeview.
On a click event, I want to leave only the checked roms in the datasource.

I tried

    $('#treeview')
         .getKendoTreeView()
         .dataSource
         .filter({ 
                  field: "checked", 
                  operator: "eq", 
                  value: true });

But to no avail.

Do I have the correct field?

Also, for bonus points, how do I remove the filter?

  • 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-14T17:02:16+00:00Added an answer on June 14, 2026 at 5:02 pm

    checked is the correct field if you have defined it as so in the template :

    $("#treeview").kendoTreeView({
        checkboxes: { template: "<input type='checkbox' name='checkedNodes' #= item.isChecked ? 'checked' : '' # value='#= item.id #' />" },
        dataSource: [{ 
            id: 1, text: "My Documents", expanded: true, spriteCssClass: "rootfolder", items: [
                { id: 2, text: "about.html", expanded: true, isChecked: false, spriteCssClass: "folder" },
                { id: 3, text: "index.html", expanded: true, isChecked: true, spriteCssClass: "folder" }
            ]
         }]
    });
    

    in my case, it is named isChecked (see item.isChecked in my code).

    But, in order to filter correctly, be careful : filter only acts on the current level (see for example this question).

    And for your bonus question, to remove the filter, simply apply the following code :

    $('#treeview')
         .data("kendoTreeView")
         .dataSource
         .filter({ });
    

    (same as before on all levels on your hierarchy!).


    Edit

    Here is some fiddle in order to play with the filter : http://jsfiddle.net/scaillerie/RHh67/ .

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

Sidebar

Related Questions

I am using Kendo menu in my project. I want to retrieve id value
I'm using Kendo UI Grid + DataSource and I'm facing some issues interacting with
I am using the treeview of KendoUI and want to give the user the
I am using Kendo UI MVC extensions. I have one treeview on the page
I am using kendo ui treeview. I am loading the treeview dynamically from the
I have created a mobile application using kendo Mobile UI's trial version in asp.net
i'm using the kendo ui grid on my backbone application. i used this codes.
I'm using editor from Kendo UI, so I have big problem. I don't know
Using a populated Table Type as the source for a TSQL-Merge. I want to
I am using RPNiemeyer`s Knockout-Kendo.js library. I have a kendoui tabstrip. I looked through

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.