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

Frozen (locked) column not displaying the correct title

5 Answers 68 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ALEXIS V.
Top achievements
Rank 1
ALEXIS V. asked on 01 Jun 2014, 02:37 AM
I need to display 84 columns in a grid. The first two columns are required to be locked. If the columns are setup as locked they don't display the correct title but if I remove the locked property they do.

It's not displaying the correct title but has the correct data.

5 Answers, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 02 Jun 2014, 06:24 AM
Hello Alexis,

We are not aware of such issue. Can you replicate this behavior on the online demo: .
Frozen columns?

One possible reason for this behavior could be if the grid columns doesn't have width defined, which is mandatory in case of locked columns. You can find more details here: Frozen Columns Walkthrough.

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
ALEXIS V.
Top achievements
Rank 1
answered on 02 Jun 2014, 01:26 PM
I have two versions of the project; one in HTML5 and the other in MVC. The one in HTML5 is working fine but the one in MVC is not. The generated Javascript in the MVC project from the wrappers is the same as the one I am using in the HTML5 project. The MVC also generates a html table of the grid that's where the issue is.

I will try to do a demo project to replicate the issue.

Thanks.
0
ALEXIS V.
Top achievements
Rank 1
answered on 03 Jun 2014, 12:48 AM
Here is the demo replicating the issue.

Download
0
Accepted
Nikolay Rusev
Telerik team
answered on 03 Jun 2014, 12:54 PM
Hello Alexis,

This seems to be related to the jQuery version. The project uses 1.8.2 and you should upgrade it to 1.9.1 in order to work correctly.

You can find more details on which version of jQuery is used in each Kendo UI version here: jquery-version.

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
ALEXIS V.
Top achievements
Rank 1
answered on 03 Jun 2014, 01:01 PM
Thanks, is working perfectly now.
Tags
Grid
Asked by
ALEXIS V.
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
ALEXIS V.
Top achievements
Rank 1
Share this question
or