Telerik Forums
KendoReact Forum
1 answer
254 views

I have a following data

{
    label: 'A',
    value: 10,
    id: 0
  },
  {
    label: 'B',
    value: 12,
    id: 1
  },
  {
    label: 'C',
    value: 4,
    id: 2
  }

When I set the tooltip visible to 'true' . I get the value on the tooltip but I am looking to display the label instead of value

 <ChartSeriesItem
            type="donut"
            data={data}
            categoryField="label"
            autoFit={true}
            field="value"

tooltip={{

                    visible: true,
                    format: '{0}'

          >

Is there a way to customize the format to display the label name?

Vessy
Telerik team
 answered on 21 Oct 2022
1 answer
115 views

Hi Team,

Is there any support for controlling the slot selection for the Scheduler?

I would like to:
 - Turn off selection;
 - Select multiple slots
 - access the selected slots to use a start and end date/time in EditSlot.

Is there any support for anything along those lines?

Thanks,
Grant

Filip
Telerik team
 answered on 21 Oct 2022
0 answers
70 views

In the example below, the grid is melted into the page. There is no scrolling in the grid. Even if the list grows to 10, the height will increase by itself.

However, the height of kendo grid is mostly fixed in all examples, so scrolling occurs. How can I set auto height without scrolling? Also, please include an example of removing scrolling in the official example. It's too stereotyped. It's so frustrating because of the scrolling.

 

 

https://hyper-react.coderthemes.com/ui/tables/advanced

 

 

 

n/a
Top achievements
Rank 1
Iron
Iron
 asked on 21 Oct 2022
2 answers
68 views

I have a big project and I use the Kendo react editor.

When the build is done within the pipeline, perhaps due to some memory limitation, an error occurs.

However, removing the editor tools completes the build.

Example Success (remove tools from Editor)

import { Editor, EditorTools } from "@progress/kendo-react-editor";

const App = () => {
  return (
    <Editor
      contentStyle={{
        height: 630,
      }}
      defaultContent={content}
    />
  );
};

 

Example Fail (with tools in Editor)

import { Editor, EditorTools } from "@progress/kendo-react-editor";
const { Bold } = EditorTools;

const App = () => {
  return (
    <Editor
      tools={[[Bold]]}
      contentStyle={{
        height: 630,
      }}
      defaultContent={content}
    />
  );
};

 

Any idea how to solve this?
Vessy
Telerik team
 answered on 19 Oct 2022
0 answers
117 views

Hi

We have a list of names that we would like the user to pick and insert from a drop-down list located inside the editor.

We have created a custom tool for the drop-down list but am wondering as to how we can pass the list of names from the main editor component, into the custom tool. Any ideas?

const TargetEditor = ({names}) => {
  return (
    <Editor
      tools={[
        [Bold, Italic, Underline, Strikethrough],
        NamesDropDownTool, // we want to pass the list of names (which can be changed by the parent control), into this custom tool
      ]}
      contentStyle={{
        height: 630,
      }}
    />
  );
};

Thushan
Top achievements
Rank 1
 asked on 18 Oct 2022
1 answer
64 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
119 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
137 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
185 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
230 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
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?