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.
It's not displaying the correct title but has the correct data.
5 Answers, 1 is accepted
0
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
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.
I will try to do a demo project to replicate the issue.
Thanks.
0
0
Accepted
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
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.