The DateInput component of the DatePicker widget has been causing our team a few headaches all centering around the format placeholder used on the input. The issues center around:
The jQueryUI version of the DatePicker component did not try to do the format placeholder functionality. Is there a way to disable this functionality in the react version of the DatePicker and have the Datenput function as a plain text input when typing?

Hi,
I have problem with Editor component when HTML that is edited has a combination of <br/> and <table> tags.
When user places cursor on <br/> tag and hits Enter few times (for new line) cursor is always returning to the begining of the document.
This is the StackBlitz where problem can be reproduced:
https://stackblitz.com/edit/react-xybam8-kendo-editor-kbx7fx
and this is the video showing the problem:
https://vimeo.com/303234790
Thanks,
Zarko

Hi,
I am trying to apply css class to the Numeric textbox as shown in below
<NumericTextBox
type="text"
className="input-widget"/>
somehow it is not working. When I inspect the same in inspector, I found that css is not visible as shown in attached screenshot-1. I tried same with Input control and it is working fine.
Can you please help me.

I am trying to set the formatPlaceHolder prop on a DatePicker component using the CustomFormatPlaceHolder object per the docs at:
https://www.telerik.com/kendo-react-ui/components/dateinputs/datepicker/placeholders/
This does the correct thing in the rendered component, however, setting the formatPlaceHolder with an object causes my tests to fail the prop types check for this component with message:
Warning: Failed prop type: Invalid prop `formatPlaceholder` of value `[object Object]` supplied to `DatePicker`, expected one of ["wide","narrow","short","formatPattern",null].
Is there something I am doing wrong here?
Here is my component:
<DatePickerid="dateOfOccurence"name="dateOfOccurence"format="MM/dd/yyyy"formatPlaceholder={{ month: 'mm', day: 'dd', year: 'yyyy' }}/>
I would like to implement the Ctrl+A and Shift+Up Arrow/Down Arrow functionality that is available on the jQuery version of the Multiselect widget.
It seems as though the native React Multiselect widget does not support any props for key presses. Is there a way to handle key press events in the Multiselect? Or, is there are any plan to add the Ctrl+A and Shift+Up Arrow/Down Arrow functionality?
Hi,
I tried several different ways to fix this, but I'm not having any luck. I have a grid with 20 columns. When I add my first grouping (which has a checkbox in the groupTemplateHeader), I have no problem clicking on the checkbox and having it check. If I do a subsequent grouping, when I click on the second grouping, it does not check the checkbox and shifts the grid to left. The second click actually checks the checkbox. I have tried to take out the horizontal scrollbar programmatically when grouping is applied and I have tried to make the table-layout fixed. However, nothing does the trick - it still shifts.
I am not having this issue with grids that have less columns and if I bring down the amount of columns in this grid, it's fine.
I have my code attached - please let me know if you have any questions about the components.
Thanks,
Chris

Hi,
I have couple of questions related to grid. Can you please help?
Regards,
Parag

Hi,
I need to change to color and shape of points/items in the kendo react scatter chart. The default is circles with different colors but i need to change it to shapes of diamond, square, circle and plus.
Can anyone please provide help in this regard.
Thanks
