Telerik Forums
KendoReact Forum
1 answer
112 views
Is there a way to get only the html from selection in Editor?
Nikolay
Telerik team
 answered on 29 Jul 2021
2 answers
520 views

How to prevent dropdown menu from closing when parent element display is none? For example, show on element hover. I have a div wrapper for Dropdownbutton which only shows dropdownbutton on wrapper hover. However, when dropdownbutton is clicked and you move the cursor to the popup menu it immediately close it.

<div className="hover-show">

    <DropDownButton ... />

</div>

#Dropdownbutton

Ina
Telerik team
 answered on 29 Jul 2021
2 answers
1.1K+ views
Hello, my ultimate goal here is to be able to reorder columns through my testing suite (Jest, react-testing-library). I am not sure that drag and drop is properly supported in react-testing-library (I could be wrong, pointer events are though). Dragging and dropping columns triggers the onColumnReorder method in the browser which is all I am really trying to do, get onColumnReorder to trigger in my testing suite. Can I do this pragmatically or is there a global event I can trigger to have onColumnReorder be called? Thank you!
Mo
Top achievements
Rank 1
Iron
 answered on 29 Jul 2021
1 answer
132 views
I am exporting the pdf using the drawDOM method and passing the template parameter with header and footer. But my header and footer are not showing at the same time.
Kiril
Telerik team
 answered on 28 Jul 2021
1 answer
328 views

I have an issue with grid with enabled both virtual scroll and selectable.

Version 4.7.0.

Everything works until I change total count of items (total prop).

Real use case here is filtering. I initially display 100 items, everything works both selecting items and virtual scroll.

When I apply filtering on data set and change number of items to e.g. 99, virtual scroll stop working.

This issue does not occur when selecatable.enabled is set to false.

 

Here is a link to simple grid with issue reproduced:

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

After initial load virtual scroll works. When Apply filters button is clicked, virtual scroll is broken and it does not load new items.

Vladimir Iliev
Telerik team
 answered on 28 Jul 2021
1 answer
372 views

When I try to put a checkbox inside a form element the checkbox does not check and uncheck as expected.  If I just use a Checkbox outside of a FormElement tag it works as expected.  I noticed the first example on this page https://www.telerik.com/kendo-react-ui/components/inputs/checkbox/forms-support/ acts similarly to mine.  Is this a known issue?  Is there a working sample I could use?

 

<Form
onSubmit={handleSubmit}
render={(formRenderProps) => (
<FormElement>
<fieldset className={"k-form-fieldset"}>
<div className="mb-3">
<Field
name={"active"}
component={Checkbox}
label={"Active"}
value={active}
onChange={handleActiveChange}
/>
</div>
</fieldset>
<div className="k-form-buttons">
<button
type={"submit"}
className="btn btn-primary btn-sm"
disabled={!formRenderProps.allowSubmit}
>
Submit
</button>
</div>
</FormElement>
)}

/>

 

 

 

Ina
Telerik team
 answered on 27 Jul 2021
1 answer
107 views
Are the card types broken? When I take a look at the demo page, all the types look the same: https://www.telerik.com/kendo-react-ui/components/layout/card/types/
Stefan
Telerik team
 answered on 23 Jul 2021
1 answer
790 views

Hi,

I am trying to set the tabindex property of a KendoReact form I am developing. The form uses a FieldSet and Fields for the form inputs. Most rendered controls seem to ignore the tabindex property of a field. Normal inputs seem to respect that. However, DatePicker, DropDownList, and AutoComplete seem to ignore the property and set tabindex=0 on the generated output regardless of the index I set.

I have created a stackblitz with a simplified version of the form to show the behavior: https://stackblitz.com/edit/react-ifxfxg?file=src%2FNavMenu.jsx

Using KendoReact v4.7.0 both locally and on stackblitz.

Stefan
Telerik team
 answered on 22 Jul 2021
1 answer
398 views

Is there any example of in-cell editing with sorting, filtering, and virtual scrolling? I can't get virtual scrolling to work with all of these features, but if there is an example I can follow to see where I might be going wrong, I'd love to check it out!

 

Thanks in advance!!

Stefan
Telerik team
 answered on 22 Jul 2021
1 answer
1.2K+ views

Hi,

Is it possible to open the "dropdown" for the AutoComplete component by default when entering the contol (giving it focus/clicking on it)?

So for example: in the samples of the Getting started of the AutoComplete (https://www.telerik.com/kendo-react-ui/components/dropdowns/autocomplete/) that you just click on the control and that it shows all countries instead of only showing those after you start typing?

Regards,

Pieter

Stefan
Telerik team
 answered on 22 Jul 2021
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?