Telerik Forums
KendoReact Forum
1 answer
122 views

Can we modify styles at granular level like height of the row, fonts size and component level style modification using Kendo react theme builder.

I would like to modify the below and download the update theme.

1. Font Size

2. Component level CSS.

3. Custom component to look similar as Kendo component.

Stefan
Telerik team
 answered on 28 May 2019
1 answer
81 views
Is there any way to move pager on top?
Stefan
Telerik team
 answered on 28 May 2019
2 answers
103 views

Hi, Could you please help me to clarify if this is intentional behavior of Grid component do not accept external className?

- classNames concatenated when scrollable set to scrollable (default)

- classNames are not concatenated when scrollable set to virtual

Digged down to the library ..../Grid.js found that the issue is in line 426

 

return (React.createElement("div", { style: wrapperStyle, className: 'k-widget k-grid'
+ (this.props.scrollable === 'virtual' ? ' k-grid-virtual' : ''
+ (this.props.className ? ' ' + this.props.className : '')) },

 

Thanks,

Alex.

Alexander
Top achievements
Rank 1
 answered on 22 May 2019
9 answers
780 views

I have a dropdown list thats populating from Graph.

Just wondering how can I clear the filter?

Stefan
Telerik team
 answered on 15 May 2019
1 answer
110 views

Hi

Just wondering when I got to view the following in ie11

https://www.telerik.com/kendo-react-ui/components/dropdowns/dropdownlist/

the sample doesnt load.

Error: SCRIPT5022: Missing resources for /kendo-react-ui/components/dropdowns/dropdownlist/

Is the dropdownlist not compatible with ie11?

Unfortunately Ive users that use IE 11 - and finding that the dropdownlist wont load

Error:

description"Object doesn't support property or method 'findIndex'"

 

Stefan
Telerik team
 answered on 15 May 2019
2 answers
1.1K+ views

Hi,

when I use a DropDownList into a ReactBootstrap Modal the expanded list appears BELOW the modal so it can't be interacted with.

I read several issues that was pointing to a focus loss, which is not exactly my case, due to the fact that Kendo PopUp was append to body instead of the Modal itself, and the 'appendTo' prop seems to be a good solution for me but it exists only for the PopUp component, not for the DropDownList one...

I've made a repo illustrating this issue : https://github.com/lePioo/react_kendo_dropdown_into_bootstrap_modal

Pioo
Top achievements
Rank 1
 answered on 10 May 2019
5 answers
545 views

I'm using custom inputs for datepickers in the grid when in-cell editing, and the issue I'm experiencing is that when I have one custom input A focused and click another custom input B to edit B, A is only closed from edit-mode and B is not set in edit-mode until I click it a second time.

The behaviour is different when clicking a "kendo-editor" instead, that cell will behave as expected and set that clicked cell into edit-mode.

Se this stackblitz for a live example of the issue: https://stackblitz.com/edit/react-ue6dyk

1. Edit one of the "Date" cells.

2. Click one of the "Date2" cells to edit that one.

Then try:

1. Edit one of the "Date" cells.

2. Click one of the "Total rate" cells.

Stefan
Telerik team
 answered on 09 May 2019
1 answer
919 views
I need using the groupable feature in react kendo like that example https://stackblitz.com/run/?file=app%2Fmain.jsx
but I have this error in vscode:
Could not open filter-no-eval.js in the editor. When running on Windows, file names are checked against a whitelist to protect against remote code execution attacks. File names may ttacks. File names may consist only of alphanumeric characters (all languages), periods, dashes, slashes, and underscores.
any suggestion?
Stefan
Telerik team
 answered on 06 May 2019
1 answer
2.4K+ views
I'd like to set a custom message when there are no records to display in a Grid.  How do I do that?
Stefan
Telerik team
 answered on 03 May 2019
3 answers
543 views
I dont see any way to detect key events on a MaskedTextBox besides resorting to jQuery. Am I overlooking something? If the syntheticEvent was against an InputElement instead of an HTMLElement I think I might be able to but that's not the way it is defined right now. I am specifically looking to capture keys such as escape/enter.
Stefan
Telerik team
 answered on 02 May 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?