Unplanned
Last Updated: 27 Apr 2021 10:10 by ADMIN
Created by: Ting
Comments: 1
Category: KendoReact
Type: Feature Request
0

The DatePicker component has a `toggleButton` prop which we use for customisation, but this prop is missing from DateTimePicker and TimePicker, this makes an inconsistent API and is frustrating for us because we cannot easily apply the same customisation to them.

Please can you add `toggleButton` prop to DateTimePicker and TimePicker.

Unplanned
Last Updated: 27 Apr 2021 10:09 by ADMIN
Created by: Rakesh
Comments: 1
Category: KendoReact
Type: Feature Request
3

Hi

We use the directory upload feature in our MVC app using Kendo. We are now redeveloping the app using React but this feature is missing. 

Is this feature on the roadmap for a future update (soon)?

Kind regards

 

Rakesh

Unplanned
Last Updated: 27 Apr 2021 10:09 by ADMIN
Created by: Fabian
Comments: 0
Category: KendoReact
Type: Feature Request
3
Provide an option to set the minWidth of the ComboBox Popup.

We can add one of the following options:

1) Add style props to the ComboBox popupSettings. This will allow the developer to set a custom min-width.

2) Provide an option that will set the minWidth to the same as the ComboBox width.

We try to cover the following case:

The Popup will auto grow based on the longest item, but its widht should not be shorted than the ComboBox.
Unplanned
Last Updated: 27 Apr 2021 10:08 by ADMIN

The DatePicker and DateInput React components miss the customizable button to clear the date value.

 

Would be nice to have ability to customize the icon, size, margins and a selectable option to clear the date value to null or a default value (as set to the component) or bind a custom event handler.

 

Declined
Last Updated: 27 Apr 2021 10:07 by ADMIN

The width of the Kendo React DatePicker can become small due to the container width.

In such case, consider the following use case

Users select the date part (year) and start incrementing it by the "up" key. The year date part is selected, but is partially visible,

and the users do not see the date part that they are currently modifying, while they can fully see the other date parts that are not currently in focus.

 

The DateInput needs a horizontal scrolling to ensure that a focused date part is fully visible to the users in case if the width of the component is narrow.

 

Please check the case here

https://stackblitz.com/edit/react-8dqy6j-gvgwtk?file=app%2Fmain.jsx 

Unplanned
Last Updated: 27 Apr 2021 10:05 by ADMIN
Created by: Jon
Comments: 3
Category: KendoReact
Type: Feature Request
0
We would like to respond to MenuItem clicks with a callback function, rather than the current navigation-based response. Probably when an onClick function is provided, the MenuItem would render a button element rather than an anchor element.
Unplanned
Last Updated: 27 Apr 2021 10:04 by ADMIN
Created by: David
Comments: 1
Category: KendoReact
Type: Feature Request
1

The KendoReact MaskedTextBox value cannot be cleared once a value is set. See this forum post for examples and a proposed workaround: https://www.telerik.com/forums/maskedtextbox-cannot-be-cleared

I would like for a user to be able to clear the MaskedTextBox value without having to code it as a special case in the onChange event handler. I believe this should be done by default as per the Kendo jQuery MaskedTextBox, but it could also be optional via a prop or clear button.

Unplanned
Last Updated: 27 Apr 2021 10:03 by ADMIN
Created by: zenit1
Comments: 1
Category: KendoReact
Type: Feature Request
4

Hey

Small question: it is exists some approach to make Tabs in TabStrip reordable ?

 

Best

Serge

Completed
Last Updated: 27 Apr 2021 10:02 by ADMIN

I noticed that the value prop of the TextAreaChangeEvent is defined as string | number | string[].

When will this value be number or string[]?

Won't it always be string due to the fact that it's a text area input?

Unplanned
Last Updated: 27 Apr 2021 10:02 by ADMIN
Created by: Ferenc
Comments: 1
Category: KendoReact
Type: Feature Request
1
add multiple rows drag&drop support to kendo react grid, please!
Unplanned
Last Updated: 27 Apr 2021 10:02 by ADMIN
Created by: Saurav
Comments: 0
Category: KendoReact
Type: Feature Request
2
Highlight particular category when its bar is selected

Similar to how a series is highlighted when clicked, the category can also be highlighted when the bar/column on that category is clicked.
Completed
Last Updated: 27 Apr 2021 10:01 by ADMIN
Created by: Dominic
Comments: 1
Category: KendoReact
Type: Feature Request
0
We are currently evaluating the use of the Scheduler control but there are times using the calendar portion just doesn't make sense. I see there's a SchedulerForm exposed but using it displays a dialog where we'd like it to be an inline form. Having this form would prevent us from writing a custom one. Also, the ability to add custom fields with just the form and not the Scheduler is highly desirable.
Completed
Last Updated: 27 Apr 2021 10:00 by ADMIN

Hello,

 

After taking a look at your example in the documentation here (which doesn't seem to be working) https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/selection/#using-selection-as-navigator 

I fixed the onSelectEnd function and got it working. However, the selection chart is reloading the data every time onSelectEnd changes this.state.min and this.state.max.

Here is the example:

https://stackblitz.com/edit/react-nub1sc?file=app/main.jsx 

As you can see, this makes for a clunky UI.

 

If this isn't a bug, do you have suggestions on how to fix this?

Thanks,

Orla

Completed
Last Updated: 27 Apr 2021 09:45 by ADMIN
Created by: James
Comments: 1
Category: KendoReact
Type: Bug Report
0

The className prop on the ChipList component is ignored in version 3.18.0. A simple addition of class strings does not appear in the compiled product, e.g.


  return (
    <ChipList
      className='flex-layout --wrap --end'
      data={chipData}
      onDataChange={onDataChange}
      chip={props => (
        <Chip removable removeIcon='k-i-close' {...props} />
      )}
    />
  )

 

I've looked through the transpiled source in node_modules, and it seems the className property passed to the React.createElement() function totally ignores the prop class names.

Completed
Last Updated: 27 Apr 2021 09:39 by ADMIN
Created by: Ali
Comments: 1
Category: KendoReact
Type: Bug Report
0

i am using KendoReact Drawdom version 1.5.12

I have some input elements for uploading images, and showing the a preview of uploaded image.

I want to export a PDF version of the form, but drawDom.cloneNodes() throws an exception when handling input elements of type file. that is because these type of input elements can not have value attribute.

 


Declined
Last Updated: 27 Apr 2021 09:38 by ADMIN
Getting started page tuto - App.js should be App.jsx. When you use the latest version of VSCode - js deformates tags - in good old js, there are no tags. Just edit to jsx, and edit npm start command
Unplanned
Last Updated: 27 Apr 2021 09:35 by ADMIN
Created by: Spencer
Comments: 2
Category: KendoReact
Type: Feature Request
2
Is it possible to set Authorization headers when using a proxy with the kendo-file-saver saveAs function? The controller method I am trying to use as the proxy is protected by JWT Bearer token authorization. 
Completed
Last Updated: 27 Apr 2021 09:35 by ADMIN
Created by: Vitaliy
Comments: 6
Category: KendoReact
Type: Feature Request
2

Hello,

I have two Menus and I need to customize their popups differently. Can I specify somehow Menu Popup id or className?

As I can see Popup component has className property, but it is hard-coded in MenuItemInternal.prototype.getPopupClassName and neither Menu nor MenuItem classes are used in popup.

Any suggestions?

Thanks.

 

Declined
Last Updated: 27 Apr 2021 07:42 by ADMIN
Created by: Andy
Comments: 1
Category: KendoReact
Type: Bug Report
0

DateTimePicker opens above or below the link to open it, however when it's in the middle of a page, it will choose to open below and sometimes require scrolling to see all the buttons.

Would be better, if it were to open offscreen, it should be "pinned" to the bottom edge.  Same for right/left/top borders of the screen.

Certain containers also make it impossible to scroll down to see the buttons, so that creates a real problem. The above proposal would fix this.

 

 

using fairly vanilla implementation of the component:


<DateTimePicker
      defaultValue={new Date(ActivationDate.toString())}
      onChange={handleActivationChange}
      width={'8rem'}
 />

Unplanned
Last Updated: 16 Apr 2021 06:10 by ADMIN
Created by: Menasheh
Comments: 1
Category: KendoReact
Type: Feature Request
1
In Kendo for jquery you can set a ColorPicker to have a clearButton which sets the color to null, but there is no prop for this in react. How can this be accomplished?