Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello,

I want a matrix grid with column and row headers and bind data in each cell.

How to do that with Kendo UI ?

What I have tried:

I am looking into Pivot Grid but it needs configurator. I do not have any such requiremnt.
Posted
Comments
Dave Kreskowiak 28-Aug-17 16:32pm    
You're going to have to describe what you mean by "matrix grid". As far as I know, you're just talking about a normal grid with column and row headers. That's standard fare for any grid.
AlwzLearning 28-Aug-17 17:35pm    
sorry for confusion. I meant I was looking for Kendo matrix where I can bind only cell values like below:

                           Year 2015          Year 2016     Year 2016
MarketTypeCount                  2              2            3

RebateCount                bind            bind         bind

ClaimCount
Dave Kreskowiak 28-Aug-17 19:18pm    
There is no such thing as binding the cells of a grid to individual data sources. You bind the entire grid or nothing at all.

Your data source would be any appropriate structure that holds the data under the column headers and to the right of the row headers. That means your data source has to hold all of the MarketTypeCount values for each year, all of the RebateCount values, and all of the ClaimCount values.
Graeme_Grant 28-Aug-17 18:52pm    
You know that Telerik has dedicated support forums, manned by their own people, for all their tools and libraries including Kendo? If you paid for it, which I assume that you did, you also get one-on-one technical support as well!

Kendo UI Forums - Telerik Community[^]
AlwzLearning 1-Sep-17 18:24pm    
Yep. I raised a support ticket with them. Thank you

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900