그리드의 헤더 클릭 시 정렬 여부를 지정하는 API이다.
function btn_on_mouseup() { grd.setheaderclicksort(true); //헤더 클릭시 정렬 지정. }