Quantcast
Channel: Telerik Blogs
Viewing all articles
Browse latest Browse all 5210

Kendo UI Grid for React – Built from the Ground Up!

$
0
0

We've built the Grid component of Kendo UI for React from the ground up specifically to take advantage of the latest technology and to make your life easier. Read on to learn more and see how you can get started quickly.

If you are just starting your React project, and you want to show some data in a table, you can use the powerful Kendo UI Grid component to place a grid in your app and configure it with just a few lines of code. Our data grid component is easy to use, yet highly configurable and extensible.

In this article, I am going to show you how quickly you can enable data management operations in your app with it, and explain its key features. Be sure to read till the end to see all the exciting stuff the future holds, and how you can influence the Grid's roadmap.

A Very Quick and Easy Grid

Here's how to bind our first grid to a simple array:

<Grid data={ 'Hello, world!'.split(' ') } />

And this is the result:

A Kendo UI grid in React example

As you already noticed, the grid automatically guessed its… (Continue reading at telerik.com)


Viewing all articles
Browse latest Browse all 5210

Trending Articles