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.
Hello?
I'm currently refactoring our project from Angular.js to React.
In this process, I'm working on implementing the functionality of dragging and dropping rows from a grid to a treeview, which we used in the previous Kendo jQuery version. However, I couldn't find information about this feature.
While details about drag and drop between grids or within a treeview are available, it seems that drag and drop from a grid to a treeview has not been implemented yet?
I am trying perform inline edit in the grid. when the grid is in edit mode, i want to have a custom combobox cell. I got the values in the combobox also. but the selected value is not flowing to the grid when i click on update button. The values in the combo box is key value pair.
I followed the first example in the link: https://www.telerik.com/kendo-react-ui/components/grid/editing/editing-custom/
Hi.
I have (kind of) successfully tried to implement the spanning of rows in a Datagrid as you have described here.
Issue 1: My Datagrid uses an edit mode, similar to what is described in the first example here. So if I group some rows together, editing of a single row does not work anymore.
Issue 2: I have defined a special cell rendering for the field because I need a dropdown when editing. I have done that like this:
<Column
field="channel.label"
title="Label"
filter="text"
filterable={true}
cell={ChannelDropDownCell}
/>
The issue is, if I define the cellRender property on the Grid as in your "Spanning of rows" example, the render property of the column seems to take priority and the cellRender method I have attached to the Grid itself doesn't work anymore for that field, because the field doesn't seem to be added to the GridCellProps anymore.
Any idea how to get around this?
Thanks!
Greetings,
Bernd