react-kendo
react-kendo copied to clipboard
React Component Library for Kendo UI Widgets
I've been trying to use the Kendo UI's Calendar in the following way. ``` import {Calendar as KendoCalendar} from "react-kendo"; //es6 render() { //other lines here return ( ); }...
If this is ready, please publish to npm (it has 0.13.11 as the newest version).
kendo.ui
Hi, I am trying to use the react-kendo in my react project. I want to use the context menu. ## Following is my code, import React from 'react'; var k...
What would the syntax be for creating a bar chart
Hi, thanks for sharing~ But when i executed "var k = React.Kendo = require('react-kendo');" there was an error "_.mapValues is not a funtion" , maybe in KendoTemplate. Do you have...
According to this page http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-toolbar You need to get the Kendo widget instance to display a toolbar in a grid using the following code ``` kendo.bind(gridWidgetInstance.element.find("k-grid-toolbar")) ``` However the widget...
Hi there, I'm trying to use kendo ui validator for my form. It works great except when I reset my form after valid submit or reset the value, the error...