marks an item as selected
//select one record myDataView.select(id); //select all myDataView.select();
if the id is not provided, the method works as selectAll()