Today we have a monumental new update of KendoReact to share. There’s a lot to cover, so let’s dive right in.
One of the most popular KendoReact components is our Scheduler, which allows you to build an Outlook-like or Google-Calendar-like calendar experience in your browser.
And today we’re announcing a new feature that’s sure to make your scheduling experience a lot more interesting—randomization.
<Scheduler
...
enableRandomize={true}>
Try using the Randomize button in the demo below to see this exciting feature in action. After that, try the new prop in your company’s HR system—and let us know how it goes!
Our Gantt component can bounce now. You’re welcome!
<Gantt
...
bounce={true}
bounceSpeed={10}>
The biggest updates in this release are to our world-class Data Grid. Our Grid does so much that many of you complained that you were constrained by the nature of two-dimensional space—well no more.
<Grid
...
flipped={true}
back={<div>You can put stuff here!</div>}>
The demo below shows how to use a new flipped
prop to place a Grid and a Chart in the same space. Your UX team will love it!
And finally, because our Grid is so majestic, we felt it was about time to give it the entrance it deserves—which is why we’re announcing a new mandatory grandEntrance
prop.
<Grid
...
{/* No extra code necessary—the animation is mandatory! */}>
To see the grand entrance in all its glory, try the demo below (with your volume turned up).
NOTE: A
skipIntro
prop is coming in our next release.
That’s it for now, but feel free to share ideas for our next release in the comments. And if you want to build fun things like this yourself, check out all of the 90+ KendoReact UI components.
Thanks for having a little fun with us on April Fool’s Day. Stay tuned for real upcoming releases. 🙂
TJ VanToll is a frontend developer, author, and a former principal developer advocate for Progress.