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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T02:28:57+00:00 2026-06-10T02:28:57+00:00

I have this issue with the KendoUI Column Chart. I have a set of

  • 0

I have this issue with the KendoUI Column Chart. I have a set of JSON data that is being returned from a service. The JSON is pretty simple and straightforward.

When I bind this data to the Kendo Chart, without grouping, it works perfect. However, when I do bind it using grouping, it puts data in the wrong columns. I will show you screen shots first, and then a link to the JSFiddle with a working example due to the size of the JSON.

Example 1 with NO grouping:

enter image description here

All the data is displayed correct, and the columns are showing the right category with the tooltip.

Example 2 WITH grouping:

enter image description here

As you can see, the grouping looks right, however they are not. If you mouse over the 4th column (1st one is a 0) under the category CCLF, you will see that it shows GINN, which is in the 3rd category for the chart.

Here is the working example of the problem:

http://jsfiddle.net/v8tsQ/2/

On the JSFiddle, if you go to the section that creates the kendo.data.DataSource() you will see the “group” option which you can remove to get the first chart result.

Any thoughts to what I need to do to ensure the columns are showing up under the right categories?

  • 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-10T02:28:59+00:00Added an answer on June 10, 2026 at 2:28 am

    Your data is displaying in the order that you have it in the DataSource. If you sort the DataSource, the graph should display how you want it.

    http://jsfiddle.net/v8tsQ/10/

    var ds = new kendo.data.DataSource({
        data: dr,
        group: { field: "FindingQuarter"},
        sort: [{field: "FindingQuarter", dir: "asc"}, 
        {field: "SectionName", dir: "asc"}]
    
    })
    

    The names of the x-axis were displaying the first item in each set.

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

Sidebar

Related Questions

I have this issue with ComboBox that uses IEnumerable<Brush> as ItemsSource; the problem lies
I just have this issue with reading from a network stream in C#. Since
Heyy can somebody help me ? i have this issue that still do know
I have this exact issue ASP.net can’t update page from event handler and it's
I have this issue that appears only when using a webkit browser. Sometimes, when
UPDATE: Seems that railo doesn't have this issue at all. UPDATE: I'm voting to
I'm a newbie in C programming. I have this issue that I don't understand.
I have this issue with Core Data. I am creating a core-data-based application, for
I have this issue using assembly MIPS. From the keyboard I read an integer
Myself and a co-worker have this issue - We have a core data model.

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.