removes the specified item from datastore
$$("my_list").remove(1); //remove the item with ID=1 $$("my_list").remove($$("data").getSelectedId()); //removes selected item