Unplanned
Last Updated: 23 Dec 2024 06:01 by ADMIN
Imported User
Created on: 19 Sep 2016 04:55
Category: Grid
Type: Feature Request
9
Add kendo grid mvvm binding for columns
<div data-role="grid"
                 data-editable="true"
                 data-toolbar="['create', 'save']"
                 data-columns="columns"
                 data-bind="source: products}"></div>


 var viewModel = kendo.observable({
products:  ...
 columns:[
        {field:"id", width:50},
        {field: "name", width:200}
         ...etc
        ]
});
3 comments
ADMIN
Nikolay
Posted on: 23 Dec 2024 06:01

Hello Craig,

I am afraid this is still not implemented due to lack of popularity. Once it gains more votes we will consider adding it to the RoadMap.

Regards,
Nikolay
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.

Craig
Posted on: 16 Dec 2024 19:57
Still not implimented?
Odd Veibust
Posted on: 23 Aug 2023 11:51
It's insane that this is not supported already. It's been requested for 7 years now. Inline column definition is way too messy.