그리드의 로우들을 모두 삭제하는 API이다.
deleteall API와 동일한 기능을 수행한다.
function btn_deleteallrows_on_mouseup() { grdTest.deleteallrows(); }