disables selection of items in DataView
instead of it, you can use the disable method of the selection object:
dataview.selection.disable();
dataview.disableSelection();