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

How to add more columns into Grind when we bind grid use MVVM to form

1 Answer 44 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Pham
Top achievements
Rank 1
Pham asked on 17 Jun 2015, 11:46 AM

Hello Telerik team.

 I bind grid use this example MVVM bound forms

I see this line to build grid

<div data-role="grid" data-sortable="true" data-bind="source: expenses" data-columns='["Type", "Merchant", "Amount"]' ></div>

But I don't know how to add more columns(update, delete, template etc..) to this grid. Can you help me ?

Thank you.

1 Answer, 1 is accepted

Sort by
0
Accepted
Vladimir Iliev
Telerik team
answered on 19 Jun 2015, 08:27 AM
Hi Pham,

You can check the following demo in our CodeLibrary which shows how to define command columns as well as enabling CRUD operations:

Regards,
Vladimir Iliev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Pham
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or