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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:15:29+00:00 2026-06-16T00:15:29+00:00

Is it possible to have more than one Kendo UI grid on the page?

  • 0

Is it possible to have more than one Kendo UI grid on the page?
EDIT: The grids have to be visible simultaneously.

With some jQuery grids I’ve tried in the past, it was not possible to have more than one grid instance on a page because the IDs assigned by the grid to its child DOM elements were not prefixed with the grid id; having more than one grid on the page would create two or more DOM elements with the same ID.

  • 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-16T00:15:30+00:00Added an answer on June 16, 2026 at 12:15 am

    Yes it is, I have implemented this in my project with none of the issues you mention. I had 3 grids in one page.

    UPDATE: the base widget element has whatever ID you assign it by yourself. As for the child elements, they don’t use IDs, rather they use data- attributes. I havent’ seen a single ID in the whole grid I have. Here is an example of how a table header looks like in one of my grids:

    <thead class="k-reorderable" data-role="reorderable">
    <tr>
    <th class="k-header" data-title="Service name" data-field="Name" role="columnheader" data-role="sortable">
    <a class="k-link" href="#">Service name</a>
    </th>
    <th class="k-header" data-title="Lasting time" data-field="LastingTime" role="columnheader" data-role="sortable">
    <a class="k-link" href="#">Lasting time</a>
    </th>
    <th class="k-header" data-title="Price" data-field="Price" role="columnheader" data-role="sortable">
    <a class="k-link" href="#">Price</a>
    </th>
    </tr>
    </thead>
    

    The data rows use UIDs to distinguish themselves, here is anotoher example:

    <tr class="k-alt" role="row" data-uid="f2cd4f59-8492-4616-8fc6-5d65ec466437">
    <td role="gridcell">Test</td>
    <td role="gridcell">01:00:00</td>
    <td role="gridcell">500</td>
    </tr>
    

    I suggest you just check out the examples on http://demos.kendoui.com/ and inspect the html the grid generates for more details.

    I don’t think you should really access specific child elements directly through the DOM. Sticking to the widget API is what i suggest, and thats why its there.

    Hope this helps!

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

Sidebar

Related Questions

Is it possible to have more than one application running on the iphone accessing
first time use JTree. Just wondering is it possible to have more than one
Is it possible to have more than one tapestry5 module in one web application?
Is it possible to have more than one node.tpl.php in Omega/Drupal 7? For instance,
Hopefully a simple question. Is it possible to have more than one report inside
is it possible to have more than one constructors for a class in javascript?
Is it possible to have more than one custom uitableviewCell within the same xib?
As the title says, I wonder if its possible to have more than one
Is it possible have more than one profile template? I'm working on an internal
Is it possible to have more than one name=post_content on a form? I have

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.