Hi,
How to responsive columns kendo grid react view on mobile.
same : https://demos.telerik.com/kendo-ui/grid/responsive-columns
Thanks for any help.
Hello Team,
I hope your weak is going smoothly. I am reaching out to you because , I am facing problem to remove Row and Column header from pivot table view. Also, I dont want these fields to be downloaded in excel download as well. I am using kendo react pivot grid version:
"@progress/kendo-react-pivotgrid": "^5.9.0",
I have succesfully expanded all fields (defaultRowAxes and defaultColumnAxes) by defaut. So, I do not need this fields in my pivot table view and downloaded excel file. I am using built in saveAsExcel function to download excel file. I want to remove the fields highlighted in rectangle (check attached image) from downloaded excel file also. I am attaching the screenshot for better understanding.Your assistance in resolving this matter would be grately appreciated.
Thanks in advance
Hi.
I use what you describe in your example on this page to generate a base64 string from a part of a page and show it in the PdfViewer Component and this works great. The only issue I have is that the PDF doesn't show language specific characters (utf-8), like for example German ä, ü, etc.
Is there any way to make the them appear in the PDF?
Thanks,
Greetings,
Bernd
https://www.telerik.com/kendo-react-ui/components/utils/icon/
https://www.telerik.com/kendo-react-ui/components/utils/icon/appearance/
- icons not showing up in all demos in both locations
Hello Team,
I hope your weak is going smoothly. I am reaching out to you because , I am facing problem to remove Row and Column header from pivot table view. I am using kendo react pivot grid version:
"@progress/kendo-react-pivotgrid": "^5.9.0",
I have succesfully expanded all fields (defaultRowAxes and defaultColumnAxes) by defaut. So, I do not need this fields in my pivot table view. I am attaching the screenshot for better understanding.Your assistance in resolving this matter would be grately appreciated.
Thanks in advance
in this section i wanted to have only numeric input with some format like hh:mm.
so i was using masked text box. but doing so on every onchange it is throwing me out of focus.