Kendo UI Grid just came out with the column locking functionality. When column locking is enabled, the heights of the nonlocking rows don't line up after the first 2 rows - see the attached file. The locked column height dictates the height of all of the other rows because it has the most information. Without column locking the row heights function just fine. With column locking there's a mismatch in row heights. Do you have any recommendations regarding this issue?
Thanks for your help, Netfactor
29 Answers, 1 is accepted
We are aware of this issue. It was addressed in the recent internal build. You can downloaded from your account. Please give it a try and let me know whether you are still seeing the same behavior.
Regards,
Nikolay Rusev
Telerik
We're currently using version 2014.1.318 which is the same as the current internal release and there are issues with the rows lining up.
Bill
2013.1318 is the Q1 2014 official release of Kendo UI. You should download latest internal build for Kendo UI from your account.
Regards,
Nikolay Rusev
Telerik
Is there a newer build out that resolves the problem of the rows lining up between the locked and unlocked columns?
On the screenshot that you shown the build in the link is 2014.1.328 and not 2014.1.318. Did you try using the .328 version? If not please download it and give it a try.
Regards,
Kiril Nikolov
Telerik
I am glad to hear that the issue is resolved.
In case you have any further questions, please do not hesitate.
Regards,
Kiril Nikolov
Telerik
Do you have any fiddle/jsbin sample to check if this last internal build resolved this issue?
I'm getting vertical misaligned rows in IE11. Chrome works fine.
Kind regards
Oscar.
You can watch this effect in the attached picture.
We will need a runnable example of the behavior you describe in order to assist you further.
Regards,
Nikolay Rusev
Telerik
I've attached a sample that reproduces de issue.
Kind regards.
The misalignment is caused due to odd rendering bug in IE11. If you set margin of any value for the checkboxes the rows will render in sync. I'm attaching update example.
Regards,
Nikolay Rusev
Telerik
Kind regards.
Oscar.
I am having the same issue using the locked column in our grid. The issue is specific to IE11.
Has this been resolved. It looks like no one responded.
There are no current outstanding issues related to row height mismatch. Which Kendo UI version are you using? Do you have anything inside the Grid table cells that loads with a delay and expands the rows?
Regards,
Dimo
Telerik
Hi Dimo,
Thanks for the quick response. version is 2016.1.226. The grid is created in the document.ready.
More specifics to recreate the issue:
load the page
the first column is locked and the rest of the columns scroll
The last row locked column has text and row cutoff. All other columns show without issue.
If I resize the locked column (drag edge of header to make it larger), it resets the last row locked column to show all text and row is aligned between the locked and scrollable columns.
One other thing, this is occurring in both IE11 and Chrome latest version. I was wrong to say it was only IE11.
Hi Dimo,
I have found out further that when I remove bootstrap.css from layout file, the issue goes away.
I wanted to let you know in case you are aware of any other bootstrap issues.
Here is a test page that registers the Bootstrap CSS and appears to work as expected. Do I need to change anything for the misalignment to occur? Let me know.
http://dojo.telerik.com/Ijeku
Regards,
Dimo
Telerik
Hello ,
We have downloaded the latest build of Kendo version V2017.1.118 .We are facing issues with the lining of the heights of the rows. The height of the locked rows and the unlocked rows does not match, on the load of the page. However, any event on the window such as the window resize, the height of the rows get aligned properly. But on refreshing the kendo grid, the problem comes again and it persists, no matter whatever is done.
Regards,
Mihir
Can you please create a runnable sample where the issue can be reproduced and send it in a separate support request? We will be happy to help!
Regards,
Kiril Nikolov
Telerik by Progress
This is not a known issue and it was not reproduced in our testing scenario.
I made an example with locked columns using version 2017.1.118 and it is working as expected on Edge:
http://dojo.telerik.com/eZasA
If possible, please modify the provided example to reproduce the issue or send a new one, and I will gladly assist.
Regards,
Stefan
Telerik by Progress
Hi, its a more complicated scenario and requires an async template
This is expected because there is a difference in the height of the rows. When the Grid has frozen columns, there are two rendered table elements and if the rows are higher in one of the table, the second will not expand automatically.
In this scenario, I can suggest autofitting the column that may have a longer text to ensure that it will be fit on one row:
http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#methods-autoFitColumn
I modify the Dojo to demonstrate this:
http://dojo.telerik.com/eZasA/3
Regards,
Stefan
Telerik by Progress
Hi Team,
When a kendo grid has both locked columns and unlocked columns, the rows are not aligning properly when I set grid auto resize property to the kendo grid. If I remove grid auto resize property and defining some height it's working good. So what can we do now to make grid align properly when we set grid auto resize property
Hello Charan,
This thread starts to get quite large and it is difficult to track what exactly is going on and whether the locked columns + resizing issue you mentioned is related to the problem discussed here.
In order to provide you with more efficient and to-point answer tailored for this specific case, could you open a new formal thread and send us a sample screenshot demonstrating what exactly is happening? Then, we will be able to better figure out the appearance issue and provide more accurate and precise suggestions to resolve it.
Regards,
Eyup
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.