Hi,
I have several problems with spreadseet control in REACT.
1) Control has trouble working in other cultures. I bypassed this problem by using default (en-US) culture.
<IntlProvider locale={"en-US"}>
<Spreadsheet
ref={spreadsheet}
style={{
width: "100%"
}}
/>
</IntlProvider>
2) After loading xlsx i revive error:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'suspendChanges')
at loadSheets (index-esm.js:25621:1)
at readWorkbook (index-esm.js:25609:1)
3) No matter how I use the control I always get errors when scrolling
index-esm.js:23212 Uncaught TypeError: Cannot read properties of null (reading 'render')
at View.render (index-esm.js:23212:1)
at Controller.onScroll (index-esm.js:10985:1)
Summary:
As far as point 1 is not important to me. While 2 and 3 make it impossible to use the control. The strangest thing is that the Excel file loads and displays correctly....
I use:
- "@progress/kendo-react-spreadsheet": "^6.0.2",
- typescript
I would ask for any hint as to what could be wrong
Ernest
Hi All:
I am using the listBox component and found that the list cannot be selected through tabs or the up and down arrows on the keyboard. It can only be operated through the up and down buttons on the toolbar.
Is it not supported?
Looking forward to your reply, thanks in advance
The pictures don't show up for me in this demo:
https://www.telerik.com/kendo-react-ui/components/layout/tilelayout/tiles/#toc-custom-rendering
Also was unable to tag this post with Layout or Tilelayout
Hello!
Is it possible to use a reference for KendoButton? I have a KendoPopup where I need to assign ref.current to the props anchor. But it doesn't work. .current is always undefined. It works with basic HTML components like div, span, button. I followed the DEMO: https://www.telerik.com/kendo-react-ui/components/popup/. But I need to use KendoButton. Is that possible? With functional components?
I know that I can use, for example, span, div as a child, or as an element near a KendoButton. However, I am interested in a cleaner way.
Well thank you.
I am aware there is https://github.com/telerik/kendo-react-messages, but the repo doesn't seem to be updated regularly with every new release.
So my question is: What is the best way to maintain translation files and where can I get complete json files for all components as it is documented in https://www.telerik.com/kendo-react-ui/components/grid/globalization/#toc-messages for example?
Hello Team,
I hope your week is going smoothly. I’m reaching out to you because, I am facing a problem to expand Rows in kendo pivot table. I am using kendo react pivot grid version:
"@progress/kendo-react-pivotgrid": "^5.9.0",
I want to expand all rows (defalutRowAxes) by default when pivot table is loded. I used concat method to expand rows by default, its working fine for first and second level. For Region and Country fields its working. But, for third level (Category field) its not expanding row by default. I need to expand third field Category by deault as well.
Here is the link of my code: https://codesandbox.io/s/determined-carson-7l99lg
Thanks in Advance
Hello.
I have a special question. Our users use date control, so they delete the current date / text in the input and enter the whole date with dots manually. But we can't do it like this in react data input. Is it possible for the input to be empty? There was such an option in JQuery, I could enter anything there.
For example here: https://demos.telerik.com/kendo-ui/dateinput/api
Well thank you
We are exploring the KendoReact library and are specifically interested in file manager toolbar component, and we are wondering if there is a provision to upload the folder via drag and drop.