This is a migrated thread and some comments may be shown as answers.

Kendo Grid Groupable Drag & Drop Issue

2 Answers 482 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Charles
Top achievements
Rank 1
Veteran
Charles asked on 29 Apr 2020, 12:40 PM

Problem: When I drag a column to be grouped, it doesn't show the full name of the column as can be seen in issue.png.

To resolve this, I'd have to resize the column so I can show its full name as can be seen in issue_2.png.

Question: Is there a way for me to show the column's full name without resizing it?

 

Thank you.

2 Answers, 1 is accepted

Sort by
0
Svet
Telerik team
answered on 01 May 2020, 05:06 AM

Hi Charles,

Thank you for the provided screenshots.

Indeed, the demonstrated undesired behavior is caused by a known bug on our side:

https://github.com/telerik/kendo-angular-grid/issues/776

What could be done as a workaround is to add ellipsis (...) to the dragged item using the following custom CSS :

.k-header.k-drag-clue{ display: block; text-overflow: ellipsis; }
as demonstrated in the following example:

https://stackblitz.com/edit/angular-zzmckz?file=app/app.component.ts

Please track the issue for any further updates.

Please accept our apologies for the caused inconvenience until the issue is resolved.

Feel free, to write back in case any further assistance is required for any Kendo UI for Angular related topic. Thank you in advance.

Regards,
Svetlin
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
0
Charles
Top achievements
Rank 1
Veteran
answered on 04 May 2020, 10:41 AM
Thank you for the detailed response. This is very helpful for me.
Tags
General Discussions
Asked by
Charles
Top achievements
Rank 1
Veteran
Answers by
Svet
Telerik team
Charles
Top achievements
Rank 1
Veteran
Share this question
or