Completed
Last Updated: 04 May 2020 13:58 by ADMIN
Imported User
Created on: 07 Sep 2018 10:08
Category: KendoReact
Type: Feature Request
21
Simple Grid Column Aggregates without Grouping
As in the JQuery version, it would be good to have the option of showing the total of a column's values without having to use grouping aggregates. 

For example i have 10 products with their prices and i would like to see their total cost in a row below the column, without having to use grouping which adds more elements to the Grid.
15 comments
ADMIN
Stefan
Posted on: 04 May 2020 13:58

Hello, Trevor,

These are the currently passed props to the footer cell:

https://www.telerik.com/kendo-react-ui/components/grid/api/GridFooterCellProps/

Is it possible to share which props would you like being passed to the footer cell as well?

Regards,
Stefan
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Trevor
Posted on: 01 May 2020 18:57
I see that you can aggregate yourself and pass it to the footer cells. But I would expect the footers to have to same features as the group footers. That is, specified aggregates and rows being passed in as dataItem.
Michael
Posted on: 16 Sep 2019 20:11
It works now. Thanks
ADMIN
Stefan
Posted on: 16 Sep 2019 09:44

Hello,

This should be fixed in the latest version 3.4.0, please give it a try:

https://stackblitz.com/edit/react-7vzane?file=app/main.jsx

Regards,
Stefan
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Arun
Posted on: 14 Sep 2019 14:21
Colspan should do the trick instead of width in footercell. What say?
Michael
Posted on: 13 Sep 2019 21:34

The cells do not line up with the data cells.    if you specify a column with of "200"  the data columns will render at with a min-width of 200 -and grow as the grid stretches with the available screen width

 

However,  the footer cells stay fixed width at "200" (see attached)

Attached Files:
ADMIN
Vasil
Posted on: 13 Sep 2019 07:53
Hi,

Shipped in 3.4.0
https://www.telerik.com/kendo-react-ui-develop/components/grid/cells/#toc-footer-cells

Regards,
Vasil
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
ADMIN
Stefan
Posted on: 13 Aug 2019 12:59
Hello, Arun,

Yes, the aggregates row will not render the checkbox for the selection column.

The idea that is for now is to have a render prop per column for the aggregates and the developer will render what is desired.

Regards,
Stefan
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Arun
Posted on: 13 Aug 2019 03:24
I have one more need. The footer component shouldnt render a checkbox if I render checkbox in the grid. 
ADMIN
Stefan
Posted on: 07 Aug 2019 10:43
Hello, Arun,

Thank you for the suggestions.

1) The row will probably not automatically calculate the data, and only show the aggregates passed by the developer. This will mean that if only the aggregates for the filter data should be shown, the developer can pass that aggregates value.

2) Yes, the aggregates row will be independent to the paging. It will be shown at all times. The specific is that the developer will have to decide if the aggregates will be shown only for the current page or the entire data set.

Regards,
Stefan
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Arun
Posted on: 07 Aug 2019 10:26
One important thing to consider is that the footer should also be filterable. For example, if I filter down the data, the filter should show the aggregate only for the filtered data and this row shouldnt be consideted in pagination at all.
ADMIN
Stefan
Posted on: 18 Jul 2019 09:58
Hello, Michael,

The official ETA is Q2 2019 which is planned for mid September.

We always try to deliver the features earlier as we have continuous delivery, but this depends on the complexity of the task.

I understand that rendering a simple row at the bottom does not sounds as a complex task, but this has to work as expected with row and column virtualization, resizing and many other features.

Regards,
Stefan
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Michael
Posted on: 16 Jul 2019 19:13

Any update on the ETA for when this will be released?

 

Thanks

 

Michael

ADMIN
Stefan
Posted on: 11 Jan 2019 08:35
Hello, Michael,

We are planning this for the next Q2 2019 release of the Grid.

We also have a discussion in the public repo about the implementation, it will be beneficial if anyone interested in the feature shares their feedback on this:

https://github.com/telerik/kendo-react/issues/47 

Regards,
Stefan
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Michael
Posted on: 10 Jan 2019 10:19
This is critical.  At least include a custom footer.  One of the reasons I'm still using the React Wrappers for Kendo UI JQuery is that this feature is missing.