Since grid view support batch editing in client side (without postback). It would be good if List View could support batch editing in client side without postback as well. It will allow lesser server side calling.
Just like in the grid and mobile listview, i would like to see an endless scroll option (or serverside paging with virtual scroll) in the Web version of ListView.
add a No Records template option to the Mobile Listview to handle scenarios where a datasource is empty - without having to wire in additional special logic to deal with this (common) scenario