트리 그리드의 아이템을 모두 삭제하는 API이다.
* 그리드와 멀티라인그리드의 deleteallrows 와 같은 기능이다.
function btn_deleteallitems_on_mouseup() { tgrdTest.deleteallitems(); }