Hello there,
Link below shows kendo-react-intl is a dependency
https://www.telerik.com/kendo-react-ui/components/charts/get-started/#toc-dependencies
But I want to check to see if there is any workaround to let charts work without kendo-react-intl, thanks!
Hi All,
I used a Numeric filter and found that I can only input up to three decimal places. If I want to enter four decimal places, need to use Custom Filter Cells.
However, I found that when using it, if the user is allowed to input to four decimal places, format="n4" must be set.
After setting, the input integer digits will be automatically filled with 0, and even if I clear the NumericTextBox, 0.0000 will still be displayed.
There is no good implementation of data filtering, do you have any suggestions?
Regards,
Sunny
Hi All
I use Master-Detail Grids, and details grid have columns filter, when I scroll master grid, the filterOperators of detail will exceed components.
Any suggestions on how to fix this issue?
Regards,
Hi,
First of all, I was able to do 'yarn start' to run the app locally, but when it produced error below when performing 'yarn build'
Lexical error on line 1: Unrecognized text.
Erroneous area:
1: 100%/var(--kendo-scrollview-views, 1);
^.......................................^
2: }
3:
CompileError: Begins at CSS selector undefined
error Command failed with exit code 1.
I have tried:
1/ Deleted node_modules folder and performed a 'yarn install'
2/ 'yarn upgrade' specific package @progress/kendo-theme-default
I did not have the issue before, however, I believe it started to occur after I performed a 'yarn install' (before/without deleting node_modules folder in the first place)
Hi,
I am working on "OData Server Operations" with .NET Core and implement following logic and its working fine.
https://www.telerik.com/kendo-react-ui/components/grid/data-operations/odata-server-operations/
now I am editing a row using modal but after update data, how can I refresh this gird to get latest data.
service.updateData(dataItem).then((response) => { //how can i refresh grid here })