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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T03:00:25+00:00 2026-06-17T03:00:25+00:00

I have data populated in a kendo grid gridDetails and i have another grid

  • 0

I have data populated in a kendo grid gridDetails

and i have another grid grdFilter and two kendo datepickers..

I need to filter the data of gridDetails according to the checked rows and from/to date values selected in datepicker..
I need to filter gridDetails rows when the clicks on the button filter record after selecting date and values form gridFilter.

gridFilter:

   $("#gridFilter").kendoGrid({
   columns:
   [
   { field: 'CountriesName', title: 'Select', width:10,"template":
               "<input id='checkRow' type=\"checkbox\" />" },
   { field: 'CountriesName', title: 'Countries', width: 40}
   ] 
   })

gridDetails:

    $("#gridDtails").kendoGrid({
    columns:
    [

    { field: 'OrderDate', title: 'Activity Datetime'},
    { field: 'CountryName', title: 'Country', width: 150 },
    { field: 'OrderDetails', title: 'Order Type' },
    { field: 'OrderValue', title: 'Entry Price'},
    { field: 'OrderShipment', title: 'Shipment'}
    ] 
    )}

please guide me how do i get the checked values of gridFilter and Dates and then use them to filter gridDetails record and only show selected countries data of the given date range.

  • 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-17T03:00:26+00:00Added an answer on June 17, 2026 at 3:00 am
    1. Set autobind to false in your gridDetails initialization, this gives you time to specify what to load.
    2. Then get the values from gridFilter and datePicker.
    3. Build a filter condition and invoke filter( condition ) on the DataSource of gridDetails.

    The structure of the argument of DataSource.filter is like this:

    {
        logic: "or",
        filters: [
            { field: "CountryName", operator: "eq", value: "Spain" },
            { field: "CountryName", operator: "startswith", value: "Bulg" }
        ]
    }
    

    Check in DataSource (here in the section about methods filter function.

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

Sidebar

Related Questions

I have two existing tables with data populated table A --tableA_id --contentA table B
I have a grid populated with data and i want to show only 3
In Oracle I have two tables. Both are populated with data and have a
I have an app on the store, with populated data in a CoreData base.
I have a System.Data.DataTable which is populated by reading a CSV file which sets
I have a drop down list that is populated with data in the code
I have an NSTableView that contains a few columns that are populated with data.
I have a jquery mobile list. This list is populated with data. I want
I hope I am clear enough. My data set is populated I have comment:CommentVO;
I have a UITableView that is being populated by core data. Now, when I

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.