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