k-ui-react-jquery-wrappers
k-ui-react-jquery-wrappers copied to clipboard
Kendo UI for jQuery widgets wrapped as React components.
Hi, I would like to use the kendo ui scheduler in my react project, so the scheduler react wrapper seems a great solution for me. I'm just concerned about how...
Trying drag and drop with treeview cannot be implemented with this wrapper as it hangs on jQuery (on drop). To reproduce: 1. Implement basic treeview (demo enough) 2. Implement basic...
How to apply animation effects to panel bar (like described on this link : http://demos.telerik.com/kendo-ui/panelbar/animation) . Is this possible with the k-ui-xxx wrappers?
Will Telerik be supporting React 16 in time or will the wrappers be upgraded to support version 16? warning.js:36 Warning: KendoDropDownList: React.createClass is deprecated and will be removed in version...
Hi, Has anyone tried to bump the kendo version in this to the latest version? Thanks
In the KUI professional demo, nothing happens when the 'select-files' button is clicked.
```javascript componentWillReceiveProps: function () { function componentWillReceiveProps(nextProps) { //always update the widget with nextProp changes if avaliable if (nextProps.events) { this.bindEventsToKendoWidget(nextProps.events); } } ``` here when props change the same...
Hi there, I'm trying to run Kendo Editor on React using the sample that appears on NPM. I'm using webpack. This is my component: `var KendoEditor = require('kendo-ui-react-jquery-editor').default; //Don't forget...
Several components don't work with the current version assigned to the GIT links for Kendo. I updated the version to point to the latest version and in my test locally...