Hello
How to expand One Grid Row Only at a Time with React, the behavior needed is that all the rows will be collapsed when i expand a row.
I found a solution with jquery but not in React.
Thank you in advance.
Hi!,
we are testing KendoReact. and we want to know if it's possible to have any kind of grid solution in Default theme, such as Bootstrap "col-md-4" or similar.
Thank you
Hi
How can I apply keyboard support for kendo react grid and tree list?
Kind regards Mathias
Hi
Is there a way to make a detail template in kendo react grid just like kendo jquery grid have?
https://demos.telerik.com/kendo-ui/grid/detailtemplate
Kind regards Mathias
I am trying to use the Stepper component and I'm getting errors on the console `Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.`
This only appears when I am using the Stepper. I have tried removing it and replacing it with another Kendo component, such as a Button, and that works fine and no error. I have tried updating the packages to the latest and making sure that I have installed the progressbars dependency, and that that is also updated to the latest. I have also tried moving it out of a child component into the parent so that it's not being exported and it still has that message displayed. I have also tried inserting the stepper demo code, and that also gives the error. Any ideas on what is going on? I see that this component works fine in StackBlitz, so it seems like a me problem. But I could use some guidance!
Thanks,
Kara
So I'm wondering if there is a way to group items with a heading within a combobox or dropdownlist. See attached. A regular html select uses an optgroup element to accomplish something like that.
Thanks!
Hi,
It looks like attachments are always aligned to the left even if they are from the current user https://stackblitz.com/edit/react-ypqn8l?file=app/main.jsx . How to align only user attachments to the right?
Hello, I am using Kendo React Library.
I'm having some issues with the customization of the charts:
- I have created a donut chart and I need to animate each slice on mouse-over event scaling the slice as shown in the picture attached.
- I have a bar chart and I need to change the style of the Category Axis Label when the mouse is over a series. I have discovered in the docs that a highlight object exists on the ChartSeriesItem but in the toggle function I do not know how to trigger the change of style for the category label.
Thanks
-- Matteo
We have a grid that has a multiple sort on it. Icon 1 and the arrow is missing, while we can see icon 2 and the arrow. If we click on the first sort it changes to 3 with an arrow.
Our sort descriptor is as follows:
const [sorter, setSorter] = React.useState<SortDescriptor[]>([
{ field: "orgDisplay", dir: "asc" },
{ field: "userKey", dir: "asc" }
]);
and we have:
sortable={{ mode: "multiple" }}
to allow multiple sort on the grid.
Is there something that would prevent the 1 and the arrow icon from showing?
Thanks
Hi.
I have a Kendo React grid. data is coming from a fetch API. It works fine, but I have a drop down list that gets filled by another API.
Where do I fetch that data? Does anyone have a working example?
Thanks!!