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.