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

Frozen (Locked) Column Rows Not Aligned with Unlocked Rows

10 Answers 511 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Louis
Top achievements
Rank 1
Louis asked on 07 Apr 2014, 08:30 PM
I'm utilizing the new frozen (locked) column functionality in the latest release (2014.1.318.340) and noticed that the rows of the locked columns do not line up with those of the unlocked columns (see attached screenshot).  If I click around it eventually realigns itself, but this isn't acceptable for our client.  I believe in one of the non-MVC forums you provided a fix for this issue.  Thanks! 

10 Answers, 1 is accepted

Sort by
0
Accepted
Nikolay Rusev
Telerik team
answered on 08 Apr 2014, 07:04 AM
Hello Louis,

There is a fix available in the latest internal build. You can download one from your account and give it a try.

Regards,
Nikolay Rusev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Louis
Top achievements
Rank 1
answered on 08 Apr 2014, 05:18 PM
This corrected the alignment issue, but I've run into another issue with the update here.

0
Sean
Top achievements
Rank 1
answered on 08 Apr 2014, 10:42 PM
I ran into a similar issue as Louis. When frozen columns are applied, the Telerik sample code for saving checkbox state across pages no longer works. It works otherwise. Specifically you can look for the grid table on click event, but more like $("#grid").on("click", ".some-checkbox", functiongoeshere);
0
Nikolay Rusev
Telerik team
answered on 10 Apr 2014, 08:45 AM
Hello,

@Louis  - indeed currently the select method doesn't work correctly. We are aware of this and we are already looking forward on fixing this. You can regularly check the internal builds for fix.

@Sean - I'm not sure what example you are referencing. Please start new thread  or open a support ticket with more details regarding the scenario. You should have in mind that with locked columns feature enabled you have two separate containers for holding locked and unlocked columns. 

Regards,
Nikolay Rusev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Louis
Top achievements
Rank 1
answered on 15 Apr 2014, 07:59 PM
I've upgraded to .409 and I'm seeing grid issues on another screen. The row height is set to 35px with this style:

.k-grid tbody tr{
    height: 35px !important;
}

See Image1 for my issue.

Then, I remove the height style and my issue is now in Image2.

Thanks

0
Louis
Top achievements
Rank 1
answered on 15 Apr 2014, 08:01 PM
Sorry, in the post above, I mixed up the images.

Image1 is without height style.

Image2 is with height style.
0
Nikolay Rusev
Telerik team
answered on 16 Apr 2014, 10:23 AM
Hello Louis,

Can you please modify the following example in order to illustrate the behavior: http://trykendoui.telerik.com/@rusev/eTIl.

Regards,
Nikolay Rusev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Joe Sugden
Top achievements
Rank 1
answered on 23 Oct 2014, 04:02 PM
Please take a look at this example: http://dojo.telerik.com/odUz

Layout is broken on first load but fixes itself after paging.
0
Joe Sugden
Top achievements
Rank 1
answered on 23 Oct 2014, 04:13 PM
0
Nikolay Rusev
Telerik team
answered on 27 Oct 2014, 08:23 AM
Hello Joe,

You will have to set height of the image. The image content is loaded after the grid is rendered and sized. 

http://dojo.telerik.com/@rusev/eZog

Regards,
Nikolay Rusev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Louis
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Louis
Top achievements
Rank 1
Sean
Top achievements
Rank 1
Joe Sugden
Top achievements
Rank 1
Share this question
or