Questions tagged [kendo-react-ui]

KendoReact by Progress provides 40+ native Kendo UI and DataViz components built from the ground up and aiming at developing business applications in the React framework.

KendoReact is designed and built specifically for React development. The library is a set of native UI components which are 100% optimized for React and require no dependencies. The KendoReact components support both Controlled and Uncontrolled modes which enables you to manage the state directly or through state-management libraries such as Redux.

With the components it delivers, KendoReact builds on top of existing UI-component libraries eradicating the necessity for a full rewrite. By integrating with third-party databases, such as Amazon DynamoDB, KendoReact enables you to deliver even for the Cloud.

KendoReact can be used with modern design languages such as Twitter Bootstrap and Google's Material Design. If you want to customize the look and feel of the KendoReact components and design them as you want, you can quickly do so with the interactive Kendo UI Theme Builder.

Resources

128 questions
0
votes
1 answer

Binding Kendo widget values to a Kendo template/observable using React?

I am messing around with Kendo UI React as I have a lot of dynamic component creation and being able to house them in react classes and instantiate instances as they are needed seems quite nice. However, in JQuery, I would do something like:
Tyler Dahle
  • 817
  • 1
  • 8
  • 37
0
votes
1 answer

How to access kendo-react widgets when accessing the react dropdowns javascript by script instead of import?

I added this to my page: To access a static resource of the kendo react script I downloaded. Then set this up in…
Tyler Dahle
  • 817
  • 1
  • 8
  • 37
0
votes
1 answer

How can I update data in Kendo UI TreeView?

I'm using the TreeView component from Kendo UI library and I would like to know how to update the data in the tree. Is it possible? This is my code: class TreeViewTest extends React.Component { dataSource = [ { id: 123, text:…
michoprogrammer
  • 1,159
  • 2
  • 18
  • 45
0
votes
1 answer

Looking For KendoUI React Grid Examples to REST data

It's not obvious to me how to add real data integration from REST services to KendoUI React Grid. I see an example here titled "Data Operations" but not sure how to deal with REST. That is, maybe something that supports updating a grid row with…
Peter Kellner
  • 14,748
  • 25
  • 102
  • 188
0
votes
1 answer

kendoui Grid & React : selectable row allows to select one row in each page

By setting selectable: row. The grid allow you to select an item in each page. I just want to select only one row in the Grid and limit the selected row to 1.
Zied Hf
  • 491
  • 3
  • 10
  • 30
0
votes
1 answer

Is it possible to use Kendo's React Toolbar with other React components?

We have been upgrading our front end which already uses Kendo UI for jQuery with their newly released React components. One of our existing components is a Toolbar which houses some buttons and drop down menus, but so far it appears that you can…
Showcaselfloyd
  • 790
  • 7
  • 28
-1
votes
1 answer

AddEventListener in React keeps returning every event instead of current event

Hi Everyone I'm very new to React and Kendo React. I'm trying to use the kendo react scheduler with a drag and drop from a kendo react grid using this tutorial…
-1
votes
1 answer

React Kendo Grid resize height dynamically

React Kendo grid once data assigned to the grid I need to resize the gird based on available space, and exclude header and footer of page
sarathi r
  • 11
  • 1
1 2 3
8
9