It may be im just tired and missed a something.
I have a few listviews that im converting to use AngularJS. but im having a trouble with the edit mode.
I presume the last part 'k-edit-template' is correct as there is a lack of samples as confirmation.
It has items, it loads up the view template just fine. I have my edit buttons as before.... but clicking on the edit button does not do anything.
Do the edit buttons need to change at all to have the listview fire?
Thanks,
Matt
I have a few listviews that im converting to use AngularJS. but im having a trouble with the edit mode.
<
div
kendo-listview
id
=
"listView"
k-data-source
=
"DataSource"
k-template
=
'ListViewTemplate'
k-edit-template
=
'ListViewEditTemplate'
>
</
div
>
I presume the last part 'k-edit-template' is correct as there is a lack of samples as confirmation.
It has items, it loads up the view template just fine. I have my edit buttons as before.... but clicking on the edit button does not do anything.
Do the edit buttons need to change at all to have the listview fire?
Thanks,
Matt