Duplicated
Last Updated: 27 Feb 2025 11:31 by ADMIN

Drag-and-Drop editing is a very usefull and required functionality in a lot of enterprise apps (Move/resize tasks along the timeline, adjust completion percentage, dependencies editing).
We noticed these features are (maybe partially) available in the Kendo Gantt components for (at least) jQuery and Angular.
Are there plans to introduce similar functionality in the KendoReact Gantt component? If so, could you share a timeline for implementation? Or maybe you can suggest some workarounds? 

We’d greatly appreciate your insights on this point, as it's critical to our evaluation process.

Completed
Last Updated: 03 Apr 2025 15:52 by ADMIN
When I change the width of the component, I expect that the state of the buttons (active/locked) will change depending on the scroll position, but this does not happen. For example, if the component did not scroll and both buttons are locked, then when the width is reduced, they will also remain locked. I think this is a mistake. Is there a way around this problem?
Unplanned
Last Updated: 02 Apr 2025 15:20 by ADMIN

Hi,

I would appreciate if the GridColumnMenuCheckboxFilter will expose an event that can be intercepted when clicking the three dots.

Thank you.

Regards.

 

Unplanned
Last Updated: 09 Apr 2025 08:25 by ADMIN
Created by: Revanth
Comments: 1
Category: KendoReact
Type: Feature Request
0

Hello Team,

I've gone through a requirement like Multicolumn combo box should allow to multiple selection, but it's not available as of now, could you guys please consider it as feature request, MultiColumn should allow multiple selection.

Multiselect with Multicolumn combo box | View Ticket | Your Account

 

Thanks & Regards -

Revanth

Unplanned
Last Updated: 09 Apr 2025 07:43 by ADMIN
Created by: Carey
Comments: 1
Category: KendoReact
Type: Feature Request
0

Hey Progress,

We're loving KendoReact. Great work!

Regarding Ticket 1680673, would you please add more Flexbox properties to the StackLayout component? Especially justify-contnent: space-between;.

More specs available at https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content.

Regards,

Carey Best

Unplanned
Last Updated: 14 Apr 2025 12:37 by ADMIN
Scheduled for Q2 2025 (May)
Created by: Speedy
Comments: 1
Category: KendoReact
Type: Bug Report
0
We have recently added the scrollable prop to our tabStrip component but we are noticing that now on the active tabs there is a line, which is not show when not using the scrollable property. Is there anyway to remove this line? It makes it more difficult in terms of affordance and UX to see that this element is the active tab when there is this line. It somehow breaks the connection between the tab and the content. 


Any help would be appreciated. 
Unplanned
Last Updated: 17 Apr 2025 08:20 by ADMIN

It is not possible to set default values for the column menu filter.  Applying a default filtering to the grid could not affect the column menu.


const initialFilter = {
  logic: "and",
  filters: [
    {
      field: "name",
      operator: "contains",
      value: "bu",
    },
  ],
};
I want to see values and operators of initial filtering in column menu.