Hello,
We are using globalization in our application and one of the requirements is showing different values in different ways in our NumericTextbox. Problem is our application is in en-US and we would like it to stay that way except for the numeric where we have multiple requirements for different locales in which all are editable. So there is no way to formatNumber(12312312, 'c2', 'de') for example and for language of the application to remain in some other language.
We would like to specify locale by passing prop and loading the cldr data before hand and format the number as we like and for it to work in view and edit mode like it works now for english, so instead of $1,234.00 we would want in some cells to be 1.234,00 €, also for percentage not to be %1.75 but 1,75% in per case basis. We tried using kendo-intl and not kendo-react-intl for formatting numbers using formatNumber and c, c2, n, n2, p, p2 but then group number separators as well as currency code or percentage symbol is deletable in edit mode.
Hope there is a solution for this and hope to hear from you soon.
Best regards
Hi.
I'm using a Drawer component but instead of using the svg-icons provided by the Kendo-UI I would like to use Font Awesome icons. Is that possible?
Thanks,
Greetings,
Bernd
Greetings,
I'm having some issue with compiling the Scheduler npm package after installing it and its dependencies.
This is the error after running "npm start":
./node_modules/@progress/kendo-react-scheduler/index.mjs Can't import the named export 'Button' from non EcmaScript module (only default export is available)
Please help, thanks!
Jason
i have following setup.
parent component holds state information about data and the prop is passed to child ckmponent condiitionally based on data availalbility.
child component contains nested react grid as part of detail property. On particular event from nested grid which is part of detail i am updating a setter function on parent component and expect the grid to rerender with new data . Everything works fine except the new data is not rendered in nested grid automatically.
i have to collapse and expand again to view the updated changes in nested grid ..
grid version 5.19
can anyone give some pointers or share working example of such scenario
Hello.
I am trying to use export to PDF. Unfortunately, the resulting pdf contains incorrect characters. I know, I saw the posts:
PDFExport .save does not pass special characters to pdf in KendoReact | Telerik Forums
React Drawing Component & Unicode and Embedded Fonts - KendoReact Docs & Demos (telerik.com)
But. I tried it and it works correctly. But if I used shadow DOM (I need this approach), then the pdf is incorrect. I tried adding styles via the approach:
document.createElement('style');
style.innerHTML = styles;
shadowRoot.appendChild(style).
But it doesn't work.
Hi Support,
I just wondering on how to change the date format on Scheduler components (look picture below, those start and end section). At the moment my date format is coming up as month/day/year, but what i want is day/month/year.
This is the KendoUI React Scheduler i am using on my code.
I tried to look at your api online but still couldn't get the solutions. Please give me advice.
Thanks
John
Hi
I'm using kendo-react-treelist v. 3.18.0 and navigatable prop is not there for TreeList.
Which version was it added in?
Thanks
Vlad