Hi,
I see a jquery version of the spreadsheet component. Is there a timeframe when it will be availbale for REACT?
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.
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.
I have a dropdown list thats populating from Graph.
Just wondering how can I clear the filter?
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'"
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
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.