Telerik Forums
KendoReact Forum
1 answer
97 views

Alphabet is OK.

but, Hangul is broken in react AutoComplete odata.

 

input : 사랑해요

result : ㅅ사살라랑해요

What's the problem?

thank you.

 

https://stackblitz.com/edit/react-4gcgfa-fsrl3m?file=app%2Fmain.jsx

 

Filip
Telerik team
 answered on 17 Oct 2022
0 answers
169 views

Hi. I'm trying to changing milliseconds part.

But, it's perfect only to display milliseconds part.

In other words, milliseconds part cannot be changed using mouse wheel or keyboard.

In addtion. cannot make milliseconds part be focused.

(date,hour,minute and second are working)

 

the format props of DateTimepicker is "yyyy-MM-dd HH:mm:ss .SSS"

the defaultValue and value props also is correct. Because displaying milliseconds is perfect.

 

 

@progress/kend-react-dateinputs: ^5.7.0

 

Pease. let me resolve this problem.

 

thanks.

 

 

 

n/a
Top achievements
Rank 1
 updated question on 17 Oct 2022
1 answer
169 views
I want users to be able to view PDFs on my website like Kendo UI for jQuery has (https://docs.telerik.com/kendo-ui/controls/PDF/PDFViewer/overview). Is this available in KendoReact? 
Konstantin Dikov
Telerik team
 answered on 16 Oct 2022
1 answer
256 views

Hi,

How to expand all nodes by default in treeList in react?

Can anyone give example how to achieve this?

Konstantin Dikov
Telerik team
 answered on 16 Oct 2022
1 answer
324 views

Hello.

I have some problems with popover. I also saw the demo.

1. If I use the default position (top) and anchor, the element (popover) is displayed lower than anchor by the full height. Use positionMode fixed didn't help.

2. I also need to use appendTo. If position is top, collision does not work properly.

3. If I use position bottom, the popover appears correctly, but the collision doesn't work at all.

Is there an example somewhere of a complex use of popover with appnedTo, anchor and collision? Are there any special css/js settings required? Because we use popover in a rather complex html structure.

 

Thanks.

Konstantin Dikov
Telerik team
 answered on 16 Oct 2022
1 answer
164 views

Hi Team, 

As my title says, Im trying to change style props of a drag/resize item, specifically the background color. My use case is that when an event is dragged or resized into an invalid time slot, I want the drag/resize item to become red.

After messing around with the SchedulerItem and SchedulerEditItem, the best I can do is to change both the SchedulerItem and DragItem colors if the slot is invalid, see my CustomItem, but I only want the dragItem to change. I tried setting the style on the dragItem in both the ScheduleItem and ScheduleEditItem with no success.

I see in the docs there is a SchedulerDrag component, but I cannot find how/where its used.

Side Note: If I log the output of `useSchedulerEditItemDragItemContext()` it logs an array with 3 elements, [dragItem, setDragItem, ???]  what the second function, because I cannot it an any docs

Thanks,
Grant

 

Konstantin Dikov
Telerik team
 answered on 15 Oct 2022
1 answer
148 views

Hello.

How to set the step in the slider so that the steps work even with drag and drop. When you click on the button, the values increase by [step], but not when you drag and drop.

Thanks.

Konstantin Dikov
Telerik team
 answered on 13 Oct 2022
1 answer
116 views
I am searching for a way to drag and drop events from outside the `Scheduler` context into the component (and potentially the other way around). How can I achieve that using KendoReact? I've stumbled upon this: Drag/Drop external item onto scheduler? in Kendo UI for jQuery | Telerik Forums, but it is based on jQuery and seems quite outdated.
Konstantin Dikov
Telerik team
 answered on 13 Oct 2022
0 answers
143 views
Why does the telerik.com react site only have input controls in the form?
Input controls are not always in the input form. Your example is too narrow.
I want to put a label inside the input form. It is a control type with an initial value linked.

Can you edit the source from the link below?
thank you

 

https://stackblitz.com/edit/react-bbc32g?file=app%2Fmain.tsx

 

 

n/a
Top achievements
Rank 1
Iron
Iron
 asked on 13 Oct 2022
1 answer
104 views

I am in the process of upgrading React to v18 and KendoReact to v5 latest versions. The only issue I am having is with the PanelBar. We were using PanelBarUtils.mapItemsToComponents(items) and passing this to the children prop of the PanelBar. The current Kendo documentation says this is still valid, however it now results in a TypeScript error:

Type 'PanelBarItem[]' is not assignable to type 'ReactNode'.
  Type 'PanelBarItem[]' is not assignable to type 'ReactFragment'.
    The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.
      Type 'IteratorResult<PanelBarItem, any>' is not assignable to type 'IteratorResult<ReactNode, any>'.
        Type 'IteratorYieldResult<PanelBarItem>' is not assignable to type 'IteratorResult<ReactNode, any>'.
          Type 'IteratorYieldResult<PanelBarItem>' is not assignable to type 'IteratorYieldResult<ReactNode>'.
            Type 'PanelBarItem' is not assignable to type 'ReactNode'.
              Type 'PanelBarItem' is missing the following properties from type 'ReactPortal': key, children, typets(2322)

This can be observed in the demos for the PanelBar on the Kendo website, simply open the first Customisation demo in either CodeSandBox or StackBlitz and add @types/react as a dependency:

https://www.telerik.com/kendo-react-ui/components/layout/panelbar/customization/#toc-collections

Vessy
Telerik team
 answered on 11 Oct 2022
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?