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

Rebind data source

1 Answer 170 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Tracy
Top achievements
Rank 1
Tracy asked on 24 Oct 2012, 04:40 PM
When refresh() is called, the listview will not postback to server to rebind the data Which function should I call if i want to rebind the data from server? Thanks

1 Answer, 1 is accepted

Sort by
0
Warren
Top achievements
Rank 2
answered on 06 Nov 2012, 08:08 PM
Try this code. This should trigger the transport.read and connect to your remote server/data. Hope it helps.

$("#listView").data("kendoListView").dataSource.read();
Tags
ListView
Asked by
Tracy
Top achievements
Rank 1
Answers by
Warren
Top achievements
Rank 2
Share this question
or