Telerik Forums
KendoReact Forum
1 answer
741 views

Hi Team,

We are using Grid control.

When grid is enabled with x-axis and y-axis scroll bar. if user try to move the x-axis scroll bar to the end (right side), then grid column alignment issue is raising. Please refer to the attached screenshot.

kindly suggest us any fix or workaround for this issue.

 

Stefan
Telerik team
 answered on 02 Aug 2021
4 answers
109 views

Hello !

I'd like to know if it was possible to have more than the 24th hour in a day on the scheduler component.

My day would start at 03h00 and finish at 27h00. I dont want the 25,26 and 27hours on the next day, I need it on the same day (though to explain).

A day still long 24hours but if it starts at 5 it would end at 29.

I dont know if it's clear enough ;)

Thanks for replies !!

Cyril.

Cyril
Top achievements
Rank 1
Iron
 answered on 02 Aug 2021
1 answer
1.0K+ views

When the cellRender function is called from Kendo Grid, are we able to access the ref on the tdElement that is passed as a parameter? I seem to be getting null when trying to access ref. I had thought we are able to access ref on any Kendo component.

I am trying to access the ref because I would like to check if the textContent is overflowing and show a tooltip if it is. I was able to get this done by cloning the tdElement and passing in a custom ref but trying to see if there is a simpler way. Thank you! 

 

https://www.telerik.com/kendo-react-ui/components/grid/api/GridProps/#toc-cellrender

Stefan
Telerik team
 answered on 02 Aug 2021
1 answer
72 views

Hello,

With NumericTextBox  : Max and  Min don't work wih spinners display to false or true

FormatOptions attribute don't work too !!!

See your website directly :

https://www.telerik.com/kendo-react-ui/components/inputs/numerictextbox/formats/

Do you know how resolve this issue ?

I can use MaskedTextBox or a simple Input but I would like use NumericTextBox !

Cyril REILER

Vladimir Iliev
Telerik team
 answered on 30 Jul 2021
1 answer
93 views
Is there a way to get only the html from selection in Editor?
Nikolay
Telerik team
 answered on 29 Jul 2021
2 answers
430 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.0K+ 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
99 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
283 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
316 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
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?