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

altTemplate Layout ist gone after item Update

1 Answer 63 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Uwe Mielisch
Top achievements
Rank 1
Uwe Mielisch asked on 03 Dec 2012, 03:30 PM
Hello,
we use an alternative layout and editing of the list item.
$("#listView").kendoListView({
        pageable: true,
        selectable: 'single',
        navigatable: false,
        editable: true,
        dataSource: viewModel.dataSource,
        template: $("#customListViewTemplate").html(),
        altTemplate: $("#customListViewTemplateAlt").html(),
        editTemplate: $("#editTemplate").html()
    });
After editing or canceling the row with alt layout, the alternative layout disappears and is replaced with the default layout.

How can this be fixed?

1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 04 Dec 2012, 12:43 PM
Hello Uwe,

Indeed it is a bug. We will do our best to address it in next internal build until the end of the day. I've also updated your Telerik points.

All the best,
Nikolay Rusev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
ListView
Asked by
Uwe Mielisch
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or