Unplanned
Last Updated: 11 Jan 2022 12:00 by ADMIN
Created by: Jeffrey
Comments: 1
Category: KendoReact
Type: Feature Request
0

What I would like to see is a full height Panel anchored to the body tag similar to a drawer, but the panel would allow me to set the Title, Close Button, and Content manually.  My intent is to create forms in the panel or to use the panel to display details of a single row of data.  What you have appears to be geared towards navigation or the display of discrete data only.

<Panel

isOpen={boolean}

hasCloseButton={boolean}

isBlocking={boolean}

footerIsSticky={boolean}

titleIsSticky={booelan}

width={number or string}

panelPosition={"start", "end" - similar to flex positions

header={JSX.Component or string}

title={JSX.Component or string}

/>

<Content>{Placeholder for Content}</Content>

<Footer>{Placeholder for Footer Content}</Footer>

</Panel>

 

The layout would be

------- Top Sticky

Header      Close Icon

</hr>

Title (could be in the sticky or not)

------ End Top Sticky

Content - Scrollable

Footer

Unplanned
Last Updated: 11 Jan 2022 10:59 by ADMIN
Created by: Jeffrey
Comments: 1
Category: KendoReact
Type: Feature Request
0

Right now you have the ability to mark a field "Optional" in the label component.   This is fine unless you have a large form and almost everything is optional.  It will then look cluttered.

On the other hand, you don't have a "Required" option.  

I would like to add a prop for subtext so that I can change the  subtext from "optional" to anything I would like such as * or (Required).

Unplanned
Last Updated: 07 Jan 2022 05:46 by ADMIN
Created by: Daniel
Comments: 3
Category: KendoReact
Type: Feature Request
3

Hi Team,

we are looking the similar functionality in React Grid? Could you implement this feature in feature releases? 


 columns: [
        {
          field: "id",
          width: 80,
          filterable: {
            operators: {
              number: {
                eq: $translate.instant("Is equal to")
              }
            }
          }
        },


Unplanned
Last Updated: 07 Jan 2022 11:11 by ADMIN
Created by: Anjireddy
Comments: 1
Category: KendoReact
Type: Feature Request
3
How to restrict the resize of column after some width like minResizableWidth for min width.
Unplanned
Last Updated: 07 Jan 2022 11:12 by ADMIN
Created by: pradeep
Comments: 0
Category: KendoReact
Type: Feature Request
0

Introduce a Format painter/brush tool that will allow copying the format from one selection to another (as in MS Word for example)

The format painter lets you copy all of the formatting from one object and apply it to another one – think of it as copying and pasting for formatting. Select the text or graphic that has the formatting that you want to copy.

Unplanned
Last Updated: 04 Jan 2022 10:49 by ADMIN
Created by: Thomas
Comments: 4
Category: KendoReact
Type: Feature Request
0

Hi,

I require the ability to use generate a PDF of React content using the PDFExport component, but instead of calling the `save()` function to download a file to the client's disk, return the blob/URI back to the JS which can be processed further.

I tried using the `drawDOM` method, however it doesn't support many of the features I require for `PDFExport`, such as 'Author', 'Title' and most importantly 'pageTemplate'. 

Is there a way I can use the drawDOM method to achieve the same functionality as the core PDF export? If not, could another method be exposed of `saveURI` which returns a promise similar to drawDOM?

In addition, is there any temporary workaround you can think of that would facilitate what I'm trying to achieve? I couldn't spot any event I could intercept to solve this problem.

 

Kind regards,

Thomas

Unplanned
Last Updated: 27 Dec 2021 06:24 by ADMIN
Created by: Nageswar
Comments: 1
Category: KendoReact
Type: Feature Request
5

Hi Team,

we are looking the similar functionality in React Grid? Could you implement this feature in feature releases? 

Kendo jQuery UI : https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/pageable.refresh

 pageable: {
                refresh: true,           
            },

Unplanned
Last Updated: 07 Jan 2022 11:12 by ADMIN

Hello Team,

With respect to the ticket - https://www.telerik.com/account/support-center/view-ticket/1547304

Currently, when we drag and drop items between multiple trees, item is getting removed from source and added to the destination. Would be nice, if there is an option to copy the item (while dragging) instead of removing from the source.

Unplanned
Last Updated: 07 Dec 2021 06:11 by ADMIN
Created by: Thomas
Comments: 3
Category: KendoReact
Type: Feature Request
2

Hi,

 

When a table overflows from one page to another, I have not been able to find a way to ensure the table header and the next row stay together.

 

I am looking to use the keepTogether property to achieve this, but as this takes in a CSS selector, I am unable to set one that encompasses both the 'thead' and first 'tr' within the 'tbody'. In other cases I can achieve this by wrapping with a 'div', but due to it being a table there is no suitable element that can group these together. Is there a solution to this problem?

 

As a result the table can split on the first row, which also causes the table widths to be different (as shown below).

Unplanned
Last Updated: 02 Dec 2021 08:11 by ADMIN
Created by: Yahia
Comments: 1
Category: KendoReact
Type: Feature Request
1

Due to some recent need (remove the filter buttons) in a Grid I think that having the ability to provide a className for the filter of a column would be very usefull.

Unplanned
Last Updated: 23 Nov 2021 05:48 by ADMIN

Hello, 

 

I am using Filter component from kendo-react-data-tools and I need to parse oData filter string in URL to initialize the filter component. Is there a way to convert oData string to filter data that Filter component can use ? I am using toODataString to convert filter to oDataString and I am looking for the opposite way。

 

Thanks,

Rita

Unplanned
Last Updated: 22 Nov 2021 09:47 by ADMIN

It doesn't possible to set different "no events" text for the Agenda component, can we add the ability to set it by prop like in the example below?

<Agend noEventMessage="No meetings" />

<Agend noEventMessage="No vacations" />

Need More Info
Last Updated: 12 Nov 2021 11:37 by ADMIN
Created by: Sunny
Comments: 3
Category: KendoReact
Type: Feature Request
0
Form validation are happening on every field change. For some complex forms, validations will require a backend api to validate the date. Kendo form should allow an options to only validate before submit happens. 
Unplanned
Last Updated: 11 Aug 2022 08:18 by ADMIN
Created by: James
Comments: 13
Category: KendoReact
Type: Feature Request
12

Currently when viewing the scheduler timeline view on tablet/mobile, in order to scroll the timeline back and forward you need to drag on an empty part of timeline. If the drag is started on an event then you are unable to scroll.

Would it be possible to make it so that if editing was disabled that dragging an event would scroll the timeline?

Unplanned
Last Updated: 07 Jan 2022 11:14 by ADMIN
Created by: Pieter
Comments: 5
Category: KendoReact
Type: Feature Request
0
Probably solvable with some custom styling, but it would be very handy to have a prop indicating where an icon should be rendered on a Button (start/end probably). Is something like this already requested somewhere (I couldn't find it)?
Completed
Last Updated: 30 Jul 2023 05:46 by ADMIN
Created by: Chunxing
Comments: 1
Category: KendoReact
Type: Feature Request
3

Currently there is no Autoscroll feature for the treelist...so when I want to drag and drop an item somewhere outside of the viewed area its klunky have to drop then scrool then drag and drop again etc.

 

Would really like to be able to autoscroll through the treelist

Declined
Last Updated: 30 Jul 2023 05:47 by ADMIN
Created by: Sebastian
Comments: 3
Category: KendoReact
Type: Feature Request
0

Hi,

the current filter is great but a little bit difficult to use. I would like to see an inline filter like the following screenshot:

It is used by many applications. Just to name a few

 

* Gitlab (where the screenshot is from)
* Contentful (CMS)
* Google Cloud Console

Unplanned
Last Updated: 02 Nov 2021 13:03 by ADMIN
Created by: Matthew
Comments: 3
Category: KendoReact
Type: Feature Request
3

Hello,

    I am creating a list of rows using the Sortable control. The issue that I am running into is when I grab an item and want to move it further down the list, then what shows on the page, the list will not scroll. Once I get to the bottom of the list I can not move the item further, without droping it and manually scrolling. Is there a way around this?

 

You can see what I am talking about by going to your sample (Under "Events" header): https://www.telerik.com/kendo-react-ui/components/sortable/

 

Shrink the page to where items stack and the list goes off the page. Try to take the top item and place it on the bottom. What I would hope it would do is automatically scroll the page once you reach the bottom, but it doesn't.

 

Thanks,

    Matt Heuerman

    DealerCarSearch

 

 

Unplanned
Last Updated: 27 Oct 2021 14:06 by ADMIN
Created by: Pieter
Comments: 1
Category: KendoReact
Type: Feature Request
3
I'm missing support for the "in" filter operator in the kendo-data-query package (http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_BuiltinFilterOperations), currently you have to create a big filter with something like (id eq 1 or id eq 2 or id eq 3), which causes issues (at least in .NET) with the maximum of allowed nodes (MaxNodeCount) in the filter statement.
Unplanned
Last Updated: 26 Oct 2021 12:46 by ADMIN
Actual:
Narrator is being mute while navigating through the menu items present in combo box. Here keyboard focus and narrator focus are not in sync while navigating through them.

Expected:

Narrator shouldn't be mute , keyboard focus and narrator focus should be in sync and narrator should announce the info about the menu items clearly


User Impact:

Users with visual impairment who rely on screen readers will face difficulties if narrator is not announcing any information about the menu items present in combo box while navigating through them.