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

How to change first day of week in Kendo react UI calendar library

Default first day of a week in Kendo React JS's calendar library is Sunday. Want starting day of a week should be Monday.
Prakash Gupta
  • 203
  • 1
  • 4
  • 13
0
votes
1 answer

KendoReact Grid show wrong column

I'm working on the Grid in "@progress/kendo-react-gri*" for my project and I'm getting problem like this. My data have five fields but I just want to display two of it so I just define three column in tsx file like this:
Bui Quang Huy
  • 1,784
  • 2
  • 17
  • 50
0
votes
1 answer

Parsing JSON from URL and place values in Kendo React DropdownList

I'm new to programming and Kendo. I wrote some simple code to produce a single dropdownlist using Kendo React where I hard coded the values - import React, { Component } from 'react'; import { DropDownList } from…
0
votes
1 answer

Change the shape of points in kendo react scatter chart

I need to change to color and shape of points/items in the kendo react scatter chart. The default is circles with different colors but I need to change it to shapes of diamond, square, circle and plus. Can anyone please provide help in this regard.
0
votes
1 answer

Enable disable the fields/controls in React Kendo Grid

I want to disable the fields/controls in React kendo grid based on input. For example : Based on selection of value in Full Name, I want to disable the Birth Date column
Parag Pathari
  • 281
  • 2
  • 5
  • 19
0
votes
2 answers

Add text in the hole of Donut using ReactJs in Kendo-react-UI

How should we inset text in the hole of donut charts using reactJs in Kendo-react-charts. In documentation its shown but it isn't working in reality. Documentation link:…
0
votes
1 answer

How do I generate React Kendo dynamically?

I'm trying to build a kendo grid using the new KendoReact library, and my render method is below. render() { var allColumns = this.state.data.length > 0 ? Object.keys(this.state.data[0]) : [] var columnsToShow = allColumns.map((item,i) =>…
user10501500
0
votes
1 answer

Filter exception in Kendo Ui Grid with React

I'm facing a problem with filtering in Kendo UI Grid in React. I'm getting following exception op() is not a function. These are not too much information but I got also a screenshot from the filter object. The is the object where the application is…
alaa_sayegh
  • 2,141
  • 4
  • 21
  • 37
0
votes
0 answers

kendo-react-ui : Menu is not passing selected item in Select event and sometimes throwing exception while loading

I have almost given-up using Menu class of both react component and the react-wrapper. I…
DevSachin
  • 11
  • 3
0
votes
1 answer

Kendo React Bootstrap Datepicker year not clickable

I am using Kendo DatePicker control in React Bootstrap. It seems to be working fine, but when I try to change the year it is not working. I am using React 16+ and Bootstrap 3.3. below is the scrrenshot for same
0
votes
1 answer

Kendo DataSource reading from Async/await method which uses Axios to fetch data

Using React with TypeScript Please could somebody provide an example of how I might be able to use a Kendo DataSource to read from a method which internally uses Axios to prod an external API for JSON data..? I must have flown through 20 different…
API
  • 125
  • 2
  • 12
0
votes
0 answers

Dropdown inside Kendo Grid React Js Wrapper component

While creating inline editable Kendo Grid using React Js Wrapper component, came to know that you they do not have template supported yet. They declared the same in their website : Templates are only supported in the form of "strings". Templates in…
Mayank
  • 43
  • 1
  • 11
0
votes
1 answer

Kendo React Grid width is 0

i use kendo react in my project. in datagrid component , table that has 'k-grid-table' class width is 0 ! where is the problem ? as below
0
votes
1 answer

Redux Form wrapper for kendo-react-ui Input error

I am using react-kendo-ui. I want to wrap Input from @progress/kendo-react-inputs to use it with ReduxForm. Please find my code below: import React from 'react' import { Input } from '@progress/kendo-react-inputs'; const InputText = ({ input,…
Ashy Ashcsi
  • 1,529
  • 7
  • 22
  • 54
0
votes
1 answer

Container, Row, Cols in kendo-react-ui

I am using components from kendo-react-ui for my react project. I am trying to use Layout properties like Container, Row, Cols to make it responsive as we have in bootstrap 4. Please find my code below :
Ashy Ashcsi
  • 1,529
  • 7
  • 22
  • 54
1 2 3
8
9