Did I find a bug?
Repro Steps:
Run the "KendoReact Scheduler Demo Preview" demo from https://www.telerik.com/kendo-react-ui/components/scheduler/#toc-kendoreact-scheduler-demo-preview in StackBlitz (to gain easy access to the JavaScript console).
Run the app in a new window (to gain easier access to the JavaScript console).
Open your browser's developer tools to view the JavaScript console.
In the top left corner, to the right of the "today", "<", and ">" buttons, click the date to open the calendar.
Select a different day from the calendar.
Result:
Calendar closes, and Scheduler navigates to the new day.
Expected:
No error messages.
Actual:
In FireFox, I see this:
Im trying to create a dynamic chart series item that loads its own data instead of fetching everything in a parent component. Having trouble getting it to render.
Is there a obvious way to make this work? 🤷♂️
Example: https://stackblitz.com/edit/react-mqpaqe?file=app/main.jsx
Hi,
We have grid with n number of columns with defined orderIndex for each column.
Also we want the ability to reordering column in user interface. onColumnReoder event triggers but reordering is not working.
It would be helpful if you provide working example.
Thanks,
Vignesh
I'm building an admin dashboard, unfortunately i didn't find any component as Breadcrumb in demos. Current i have a AppBar and Drawer in my dashboard can anyone help me on this?
I want to have a breadcrumb like below under my AppBar component:
i was testing the Column menu filter function. and noticed that for the dates specifically the dropdown menu for isEquals to does not return the date choosen even if it exist. i tried for a date after and before as well incase of time storing error like midnight but that wasn't it. However the "is Before and Equals to" and the "is After and Equals to" work for getting the equals date.
is this a known issue or a bug? can i specifically remove that option from the drop down or make it not default is so how?
Hello,
is it possible to put the horizontal scroll bar that is on the bottom to the top
Thank you, Matjaz Reberc
Hi,
We were using some custom icons in our application and wanted to replace column menu icon with custom icon.
How to achieve it? please share if you have any example.