Telerik Forums
KendoReact Forum
2 answers
479 views

The current KendoReact documentation for the Chart component lacks documentation of how to use the API for things like using customized assigned colors for the series plot of a chart such as a donut series chart.

Can you provide us with an example of how to use custom colors in a KendoReact Chart Series i.e. for a Donut series chart? I'd like to custom specify the colors for a series i.e. Bad = red, Good = green, Warning = yellow, etc. 

Thanks!

 

Jim Minnihan

SKF Group, Inc.

GokuJim
Top achievements
Rank 1
 answered on 14 Jun 2019
1 answer
193 views
Does the new Notification Component have a hide after property like Angular and JQuery?  Couldn't find documentation on it.
Stefan
Telerik team
 answered on 14 Jun 2019
2 answers
353 views

Hi,

I am trying to use kendo DatePicker, DateTimePicker and date filter in Grid in our react app. Every time I click on the date icon and this component is in the upper third of the screen the whole page scroll down itself. This happens only in Chrome (tested on Version 75.0.3770.80) in Firefox is everything OK. Behavior is the same when I created new app with create-react-app (see attachments) but I am not able to reproduce it on stackblitz.

Stefan
Telerik team
 answered on 11 Jun 2019
2 answers
216 views
Is there any way to customize TabStripTab to integrate icons and fix TabStrip width. 
Navin
Top achievements
Rank 1
 answered on 10 Jun 2019
1 answer
517 views

Hi 

 

I have a requirement to add blank row in the grid which existing text, drop down or other control which is already in the grid. I want to do this on click of button is there any way to achieve this functionality.

 

Regards,

Mukesh 

Stefan
Telerik team
 answered on 10 Jun 2019
6 answers
177 views

We have a ComboBox within a TreeView and the space bar doesn't work when attempting to type in the ComboBox input. I'm guessing it has to do with space  being used for checking a checkbox on the treeview (which I don't have enabled).

Is there a workaround for this?

Bill
Top achievements
Rank 1
Veteran
 answered on 07 Jun 2019
1 answer
1.0K+ views
From GridRowProps.render is there a way to do get the row index that I am overlooking? GridCellProps has dataIndex which is what I want, but nothing equivalent seems to be available for the arguments sent to render.
Stefan
Telerik team
 answered on 07 Jun 2019
2 answers
72 views

The typographical kerning defined by the font is not respected when exporting to pdf.

The text has the same aspect as if the following css property had been defined:

element {
     font-kerning: none
}

 

Any idea how to fix ?

Stefan
Telerik team
 answered on 06 Jun 2019
2 answers
931 views

I'm trying to implement inline editing of grid row with DropDownList by following https://www.telerik.com/kendo-react-ui/components/grid/editing/editing-custom/

In that example list of options is defined inside custom component DropDownCell:

localizedData = [{ text: 'yes', value: true },{ text: 'no', value: false },{ text: '(empty)', value: null }];

But in my case list of options should be received from backend by tableId+column combination.

The problem is that I can't figure out how to pass additional parameter (list of options) to props of DropDownCell.

In the example it is used in such way: 

<GridColumn field="Discontinued" cell={DropDownCell} />

How can I pass my_column_specific_options to that cell?

I've tried the following approach

const cell = <DropDownCell options={my_column_specific_options}/>;
<GridColumn field="Discontinued" cell={cell} />

but it doesn't compile.

Please, help.

Антон
Top achievements
Rank 1
 answered on 06 Jun 2019
1 answer
151 views

Hello,

is a Native React Gantt Component already available? After searching github, npm and documentation I found this repository with a wrapper for the jQuery Component (https://www.npmjs.com/package/@progress/kendo-charts-react-wrapper), but here it says that the repo is deprecated and that the KendoReact Package should be used. I found no reference of a Gantt Component on the documentation though (https://www.telerik.com/kendo-react-ui/components/).

 

Best regards,

Stefan

Stefan
Telerik team
 answered on 06 Jun 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?