python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
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, wha...
Pierre Haumahu
Votes: 0
Answers: 2
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. A...
aarslants
Votes: 0
Answers: 1
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 ...
Kennet Rueda
Votes: 0
Answers: 1
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...
Solty
Votes: 0
Answers: 1