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
0
Accepted
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
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
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
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
@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:
See Image1 for my issue.
Then, I remove the height style and my issue is now in Image2.
Thanks
.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.
Image1 is without height style.
Image2 is with height style.
0
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
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.
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
Updated link: http://dojo.telerik.com/odUz/2
0
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
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.