Several months ago, I used this example to hide the default row detail expander, and implement my own custom expander:
https://www.telerik.com/kendo-react-ui/components/knowledge-base/custom-expand-collapse-column
As you can see, it seems that some upgrade along the way has broken the example, and it now shows two expander columns. This is also happening when i attempt to upgrade the version in my project. Can this be fixed, or is there a new workaround?
Hi,
I would like to put forward a feature request to allow the panel bar items to be mounted when the panel bar itself mounts, irrelevant of whether it has been opened or not.
I'm looking for something like the keepItemsMounted property https://www.telerik.com/kendo-react-ui/components/layout/panelbar/mounted-items, but without the condition that a panel bar has to be opened at least once for them to stay mounted.
Add a Column Configurator that can be used to set the displayed columns and create multi-column headers
Is the Chunk upload for file is not there for react. I Could find the chunk upload option for Jquery and Angular but not for react.
Is it not available yet/ when can we expect that?
I need support for a custom cell editor (e.g., selecting values from predefined options or using Kendo components like a DatePicker).
It would be beneficial if we could pass inline functions for the selectMessageUI. Observe in the following example that you cannot pass an inline function to selectMessageUi the same way you can for onBlur and onChange:
https://stackblitz.com/edit/react-1lvt8y8d
It is not possible to set default values for the column menu filter. Applying a default filtering to the grid could not affect the column menu.
const initialFilter = { logic: "and", filters: [ { field: "name", operator: "contains", value: "bu", }, ], };
PivotGrid does can not export all the date to excel when the nodes are collapsed
KendoReact Free
https://www.telerik.com/kendo-react-ui/components/pivotgrid/excel
Configure a PivotGrid with multiple row and column fields, and at least one measure.
Expand only a few nodes manually.
Click the Export to Excel button.
The exported file contains only the visible/expanded rows/columns.
No response
It is not practical or user-friendly to expect users to manually expand every node (especially if data changes frequently).
Users expect complete data export based on the selected dimensions/measures and based on provided data source to generate pivot grid — not just what is visible.
Expected Behavior:
When clicking Export to Excel, PivotGrid the entire dataset should be exported in expanded format.
Chrome, All
latest
MacOS
No response
No response
Currently, the only available option is to extract the svg path from the file using Vite ?raw import and Webpack raw-loader. Then create an SVG object to use it in the KendoReact components as in the following example:
This is inconvenient when dealing with a large set of custom icons, which will have to be mapped to SVG objects instead of being used directly.
Hello Team,
I've gone through a requirement like Multicolumn combo box should allow to multiple selection, but it's not available as of now, could you guys please consider it as feature request, MultiColumn should allow multiple selection.
Multiselect with Multicolumn combo box | View Ticket | Your Account
Thanks & Regards -
Revanth
Hey Progress,
We're loving KendoReact. Great work!
Regarding Ticket 1680673, would you please add more Flexbox properties to the StackLayout component? Especially justify-contnent: space-between;.
More specs available at https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content.
Regards,
Carey Best
When there are many items in the menu, the height should not exceed the page size. Now the scroll is not displayed.
https://stackblitz.com/edit/react-kxderjef
It refers to version 9.1.0, version 8.5.5 works fine
Thank you