Two specific questions:
1. Does react kendo grid support a filter button in the same cell as the header cell? As in the jquery demo here: https://demos.telerik.com/kendo-ui/grid/filter-menu-customization. I could not find a filterable.mode property in the kendo components.
2. Does the react kendo grid support multi-column support? As in the jquery demo here: https://demos.telerik.com/kendo-ui/grid/multicolumnheaders
A more general question:
3. Are there other known limitations between the different implementations? I realize that's a complicated question.
7 Answers, 1 is accepted
0
Hello, Jesse,
Regarding the questions:
1) This feature is currently under development and it is in our Roadmap for the next release. It is based on the following feature request:
http://kendoui-feedback.telerik.com/forums/908425-kendo-ui-for-react-feedback/suggestions/33692197-grid-filter-menu
2) It does support it in our development version and it soon will be added to the official one. Please check the demo and how to obtain the development version:
https://www.telerik.com/kendo-react-ui-develop/components/grid/columns/headers/
https://www.telerik.com/kendo-react-ui/components//installation/development-builds/
3) The main limitation when using the wrappers based on the jQuery version is that the templates do not support placing other React components in them. The limitation of the pure React components is that they are currently missing come of the jQuery version features, but we are constantly working on adding them one by one. We are recommending using the React version of the components when possible.
Regards,
Stefan
Progress Telerik
Regarding the questions:
1) This feature is currently under development and it is in our Roadmap for the next release. It is based on the following feature request:
http://kendoui-feedback.telerik.com/forums/908425-kendo-ui-for-react-feedback/suggestions/33692197-grid-filter-menu
2) It does support it in our development version and it soon will be added to the official one. Please check the demo and how to obtain the development version:
https://www.telerik.com/kendo-react-ui-develop/components/grid/columns/headers/
https://www.telerik.com/kendo-react-ui/components//installation/development-builds/
3) The main limitation when using the wrappers based on the jQuery version is that the templates do not support placing other React components in them. The limitation of the pure React components is that they are currently missing come of the jQuery version features, but we are constantly working on adding them one by one. We are recommending using the React version of the components when possible.
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
0
Ryan
Top achievements
Rank 1
answered on 04 Sep 2018, 03:45 PM
Stefan, where can we track when the next release is scheduled to be available?
thanks!
thanks!
0
Hello, Ryan,
The releases do not a specific dates set and we are releasing new features and components as soon as they are ready.
Our roadmap can be used to check what we have planned for the new quarter, but some of these features could be shipped after only one month and the other to be ready at the end of the quarter:
https://www.telerik.com/kendo-react-ui/roadmap/
The changelog is the best place to see what is the latest that we release and also to know since which version a specific feature or component is available:
https://www.telerik.com/kendo-react-ui/components/changelogs/ui-for-react/
Regards,
Stefan
Progress Telerik
The releases do not a specific dates set and we are releasing new features and components as soon as they are ready.
Our roadmap can be used to check what we have planned for the new quarter, but some of these features could be shipped after only one month and the other to be ready at the end of the quarter:
https://www.telerik.com/kendo-react-ui/roadmap/
The changelog is the best place to see what is the latest that we release and also to know since which version a specific feature or component is available:
https://www.telerik.com/kendo-react-ui/components/changelogs/ui-for-react/
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
0
Ryan
Top achievements
Rank 1
answered on 05 Sep 2018, 11:12 AM
Thanks for the information Stefan.
Just to make sure I'm understanding correctly, that would mean that this feature is in Q3 releases and should be out by end of Q3 (aka end of sept). Is that correct?
Just to make sure I'm understanding correctly, that would mean that this feature is in Q3 releases and should be out by end of Q3 (aka end of sept). Is that correct?
0
Hello, Ryan,
This is valid for almost all of the features as sometimes there are other features moved with higher priority based on the demand.
For the filter menu, it is currently still in development, as the Menu component had to be made first. The Menu component is already released and the team is working on filter menu now.
It could be available after September, but it is the Grid feature currently in development and we are trying to release it on time.
Regards,
Stefan
Progress Telerik
This is valid for almost all of the features as sometimes there are other features moved with higher priority based on the demand.
For the filter menu, it is currently still in development, as the Menu component had to be made first. The Menu component is already released and the team is working on filter menu now.
It could be available after September, but it is the Grid feature currently in development and we are trying to release it on time.
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
0
Ryan
Top achievements
Rank 1
answered on 10 Oct 2018, 08:51 PM
Hi Stephan,
I was just looking at the v2.2.0-dev.201810091021 (2018-10-09) release and it seemed like it might have this new feature to hide the additional row that is show for filtering and to allow you to have the inline filtering in the header. I've copied the part that seems relevant below but I can't figure out how to configure it. Can you advise on how to do this or where I could find some examples or documentation updates?
" - grid: columnMenu and filter, sort components"
I was just looking at the v2.2.0-dev.201810091021 (2018-10-09) release and it seemed like it might have this new feature to hide the additional row that is show for filtering and to allow you to have the inline filtering in the header. I've copied the part that seems relevant below but I can't figure out how to configure it. Can you advise on how to do this or where I could find some examples or documentation updates?
" - grid: columnMenu and filter, sort components"
0
Hello, Ryan,
When we release a dev version of the components at the same time we are releasing the documentation for the new features and components in our dev version of the site.
Please check the documentation for the new Column menu:
https://www.telerik.com/kendo-react-ui-develop/components/grid/columns/column-menu/#toc-column-menu
Regards,
Stefan
Progress Telerik
When we release a dev version of the components at the same time we are releasing the documentation for the new features and components in our dev version of the site.
Please check the documentation for the new Column menu:
https://www.telerik.com/kendo-react-ui-develop/components/grid/columns/column-menu/#toc-column-menu
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