Grid Draggable Handle Position

1 Answer 25 Views
Grid
Dale
Top achievements
Rank 1
Iron
Dale asked on 08 Feb 2024, 10:07 PM

Using

<link rel="stylesheet" href="https://kendo.cdn.telerik.com/themes/7.0.2/fluent/fluent-main.css" />

With a Kendo Grid, the handle is oddly positioned, how can I fix this

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 13 Feb 2024, 12:57 PM

Hello Dale,

Thank you for contacting us about this problem with the drag handle icons. I've logged a Bug Report in our themes repo: https://github.com/telerik/kendo-themes/issues/4887

As a workaround, you can add the following CSS rule to your page:

.k-grid .k-hierarchy-cell > .k-icon, .k-grid .k-drag-cell > .k-icon {
    padding-block: 0px;
}

I've updated your Telerik points, for reporting this bug.

Regards,
Ivan Danchev
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages. If you're new to the Telerik family, be sure to check out our getting started resources, as well as the only REPL playground for creating, saving, running, and sharing server-side code.

Tags
Grid
Asked by
Dale
Top achievements
Rank 1
Iron
Answers by
Ivan Danchev
Telerik team
Share this question
or