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

Improve rendering performance of react kendo datagrid

I have a react-kendo datagrid and its cells are selectable. There are 385 rows and each row has 4 Selectable cells. The problem is; When any of the checkboxes is checked, the whole grid is rerender. Accordingly, it takes about 3 seconds to be…
0
votes
1 answer

How to call a variable of a function in a different component in react?

I have a function that creates a Dropdown list using kendo react from a list 'lista'. Each element of the list is a dictionary with a key 'Region' and a value 'Tile'. function Menu (Auser){ let lista = [] // Here I have a series of loops that read…
0
votes
1 answer

How apply initial value of GridColumn -> GridColumnMenuFilter (Kendo React)?

I need to set the initial filter value inside GridColumnMenuFilter. The problem: initial value applies to filter under title but not apply to filter inside GridColumnMenuFilter. filter under the title with initial value filter inside…
Solty
  • 53
  • 1
  • 8
0
votes
1 answer

@progress/kendo-data-query FilterDescriptor operator function signature

According to the docs, the FilterDescriptor's operator prop can be a function. filterDescriptor.d.ts /** * A basic filter expression. Usually a part of [`CompositeFilterDescriptor`]({% slug api_kendo-data-query_compositefilterdescriptor %}). * *…
dx_over_dt
  • 13,240
  • 17
  • 54
  • 102
0
votes
1 answer

How to submit React form without changing value in field

I am using a React library called Kendo React in order to create a simple form. What I want is to be able to submit my form when the data is changed by clicking on the Load new user button, however the current behavior is that when I click the…
Phat Baba
  • 53
  • 7
0
votes
1 answer

How to get KendoUI Grid to work with custom cell renderer and selection

It seems that the selection events are not being passed through custom cell renderers. My goal is I want to change the background color of every cell in my grid (based on the values), and also be able to handle selection events. I've modified the…
Peter Kellner
  • 14,748
  • 25
  • 102
  • 188
0
votes
1 answer

Kendo React Treelist - Select/Deselect the checkboxes column's values' based on an external dropdown selection

I'm having a shared component TreeList, something like below: TreeList.jsx (thisTable = table) }} rowHeight={rowHeight} scrollable="virtual" …
Miral Kumbhani
  • 153
  • 1
  • 3
  • 16
0
votes
1 answer

KendoReact Chart panning issue for ChartSeriesItem with map function

Looking for a kendoReact PANNABLE column chart by generating with map method. But panning is not working and instead it keep reducing column width to fit in browser. I tried below code. Tried by setting 'pannable true' and…
Guruling Kumbhar
  • 1,039
  • 1
  • 8
  • 18
0
votes
1 answer

Kendo React save chart as image

I'm having a problem about the download of the kendo react chart as an image, currently the download works but only for my latest chart (I have six of them) I've recreated the error in stackblitz As you can see whenever I try to download one of…
user13344065
0
votes
1 answer

Data not found in Kendo React DropDownList

i'm trying to figure out why my kendo react dropdownlist doesn't show any data To be precise NO DATA FOUND. Below there is the snippet of code with the configuration of the dropdownlist
user13344065
0
votes
1 answer

Parent Child Collapse using Kend React Grid

I want to achieve the attached image link (Req1.jpg) functionality through the kendo react grid. So, When User expands (+) on the 'campaign 2' from the first column it will display their all the children rows i.e Program1, Program2 ... etc. if User…
0
votes
1 answer

Kendo React SharePoint Peoplepicker

Is there a PeoplePicker in Kendo React or can I combine PnP PeoplePicker https://pnp.github.io/sp-dev-fx-controls-react/controls/PeoplePicker/#implementation with Kendo React Input component?
0
votes
1 answer

KendoReact Grid Checkbox Filter

A GridColumnMenuCheckboxFilter component is included in kendo-react-grid to provide a checkbox list to filter column data. However, the documentation only shows how to use this with hardcoded data. Is it possible to use the Grid component data to…
Dave
  • 457
  • 4
  • 15
0
votes
1 answer

Selenium (nightwatch) setValue on Kendo DatePicker not working

I'm trying to input a date string formatted mm/dd/yyyy into a Kendo React DatePicker control using nightwatch setValue. It seems that no matter what approach I take to select the control it always sets the cursor on the year portion first and…
0
votes
3 answers

Kendo React Grid: How to customize the column menu filter specifically for date and its filtering

I have a component with a few columns. One of them is a date column. Now, I want to filter that column from the column menu filter but I'm unable to customize it. I want the filter to have a custom format like MM/dd/yy or dd/MM/yy (both placeholder…
Miral Kumbhani
  • 153
  • 1
  • 3
  • 16
1 2 3
8 9