Telerik Forums
KendoReact Forum
1 answer
121 views

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

Konstantin Dikov
Telerik team
 answered on 20 Nov 2023
1 answer
419 views

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

Konstantin Dikov
Telerik team
 answered on 20 Nov 2023
1 answer
99 views
I have a Grid with 2 columns, Country & state.  When i perform in-line edit operation, the country name should turn in to a dropdown & state name should turn in to a textbox. when i select a value from he dropdown, the state text field should auto populate the state name.  I am using key value pair for Country name
Wissam
Telerik team
 answered on 17 Nov 2023
1 answer
111 views
I have a GridColumnMenuCheckboxFilter and GridColumnMenuSort for pricing filter showing different value and label based on currency format..
filtering is working fine but sort is not working as expected for example if i filter one price column and sort beside column data is getting empty.

pls refer the following example thank u

https://stackblitz.com/edit/react-sjotkk-zudywu?file=app%2FcolumnMenu.jsx
Vessy
Telerik team
 answered on 17 Nov 2023
1 answer
64 views
1 answer
115 views

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

Konstantin Dikov
Telerik team
 answered on 17 Nov 2023
1 answer
74 views

 

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.

Wissam
Telerik team
 answered on 15 Nov 2023
2 answers
140 views

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?

Bernd
Top achievements
Rank 5
Bronze
Bronze
Bronze
 answered on 15 Nov 2023
1 answer
168 views

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/

Wissam
Telerik team
 answered on 13 Nov 2023
1 answer
93 views

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

Konstantin Dikov
Telerik team
 answered on 13 Nov 2023
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?