does 2013.3.1119 version support multi-column headers?

1 Answer 84 Views
Grid
Seongwon
Top achievements
Rank 1
Seongwon asked on 18 Apr 2023, 11:57 PM

i tried multi-column headers for 2 days with this version, but i couldnt.

the code i made was like..

 

$("#grid").kendoGrid({

       columns: [

              {field: "first row", title: "first row", headerAttributes: { **************},

                     columns: [

                            {field: "multi column row", title: "multi column row", headerAttributes: { **************} }

                            ,{field: "multi column row2", title: "multi column row2", headerAttributes: { **************} } 

                     ]

       ]

this code doesnt make multi-column, any error log either.

is that version problem? 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Neli
Telerik team
answered on 21 Apr 2023, 06:21 AM

Hello,

Please find linked here a Dojo example with multicolumn headers using the 2013.3.1119 version. Could you please try to modify the example in order to replicate the behavior the way it is on your side?

Looking forward to your reply. 

Regards,
Neli
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Seongwon
Top achievements
Rank 1
commented on 08 May 2023, 12:26 AM

Thank you for your reply.

i can't find 2013 version in this page's drop down list.

the oldest version is 2019 R2.

Neli
Telerik team
commented on 11 May 2023, 05:35 AM

Hi Seongwon,

Only the versions form the last few years are listed in the Dojo's dropdownlist. However, if you need to use earlier version you can add the respective CDN

https://kendo.cdn.telerik.com/VERSION/js/FILENAME.min.js

Regards,

Neli

Tags
Grid
Asked by
Seongwon
Top achievements
Rank 1
Answers by
Neli
Telerik team
Share this question
or