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 do I export a Grid to PDF with a heading in KendoReact (TypeScript)?

I have a Data Grid component which contains a normal table of data, and I just want to add a simple heading to the beginning of the exported PDF, like this:

STUDENTS DEPARTMENT TABLE

DEPARTMENT OF ENGINEERING, 2023

0
votes
1 answer

Creating linear gradient for kendo gauge range

I'm trying to create a radial gauge using kendo react ui. Range colour should have a linear gradient like a rainbow. But as far as I find it allows only colours for different ranges. Is there any workaround for it? My code is: import * as React from…
3mincan
  • 65
  • 1
  • 6
0
votes
1 answer

Kendo React Circular progress-bar

I'm using Kendo React for one of my project and I was wondering if Kendo React library offers Circular Progress Bar. I was able to find linear but not circular?
Mun
  • 47
  • 2
  • 9
0
votes
1 answer

What are the css classess for changing default Red dropdown color kendo react

What are the css selectors for version 5.11.0 dropdown? What is the recommended way in which file we should change it
darshan kamat
  • 374
  • 7
  • 23
0
votes
0 answers

TabStrip component in React page reloads everytime we switch browser tabs

I am using TabStrip from kendo-react. But everytime user swiches brower tab(not tabstrip tab) the content reloads. const Tabs = () => { return (
Vandana
  • 23
  • 5
0
votes
0 answers

Need help designing the react kendo date picker to look like attached snapshot

I want to re design the calender to look like this I want help or guidance in re designing the date picker to look like the screenshot. I have tried a lot of things but I don't have the knowledge to achieve this. The screenshot is also kendo ui date…
0
votes
1 answer

Export pdf in kendo react exports only the last item inside map

I'm trying to export as a pdf a few items, where every item has a button that should export as a pdf a specific item. I also tried to give a key to each child, but it didn't work. Here's my code: import './Logout.css'; import React, { useRef } from…
0
votes
0 answers

Missing single quote while exporting pdf using Kendo react - PDFExport

Are you ready to refill your bottles? Yes - I’m ready Would you like to talk to the specialist? No, I m all set! const dynamic_question = props.oResponse.filter((item: any) => item.dynamic_question_status === true); const CommonTrimming = (props:…
0
votes
0 answers

Is drag and drop possible after grouping in react kendo table (@progress/kendo-react-grid)?

enter image description here Can the Beverages option draged up and down?
poushali
  • 1
  • 1
0
votes
1 answer

Chinese text are not coming in PDF created using kendo-react-pdf

I am using @progress/kendo-react-pdf for exporting PDF in my react application. I have defined @font-face with truetype format as described in kendo-react-pdf documentations but there is no success. The exported PDF with chinese character comes with…
Anil
  • 101
  • 2
  • 15
0
votes
2 answers

Remove padding from Kendo react dropdownButton

I have a DropDownButton that has padding around it How would one remove that padding for just this one button not all of them on the site ? See for more…
Micah Armantrout
  • 6,781
  • 4
  • 40
  • 66
0
votes
0 answers

Storybook does not infer controls for Kendo-UI (React) Components

I'm in the process of creating an internal component library using Storybook and Kendo React and I'm having to explicitly define argTypes for controls for every prop in order to get them to give me anything but a string input (with the sole…
0
votes
1 answer

kendo-react-ui "Uncaught TypeError: Cannot read properties of undefined (reading 'displayName')"

I am using Kendo-react library in my React project. I am try to render a table with the Grid component but in the browser I don't see anything and in the console i get error: "Uncaught TypeError: Cannot read properties of undefined (reading…
Zohar H
  • 1
  • 1
0
votes
0 answers

KendoReact TabStrip has missing wrapper div

I'm trying to get a vertical TabStrip setup in my React app. Test render currently looks like this: public render() { return (
Daniel Lawton
  • 416
  • 3
  • 9
  • 30
0
votes
2 answers

KendoReact DatePicker TypeError: date.getTime is not a function

I got this error, but not really sure why. Can anyone help me ? i want to take advantage of kendoreact, by using date picker input to display data in database. But when I want to display the data, what comes out is an error. enter image description…
1 2 3
8 9