이용해 주셔서 감사합니다.
grd2.ColumnProp(s_plan_dt.toString(),'FontStyle')= "default";
이와같이 사용하시면 됩니다.
>* 고객시스템명 : 신분당선 통합시스템
>* GAUCE 버전 : 5.2
>* WAS 종류(WebLogic 등등) : JEUS
>* DB 종류 : Oracle
>* 문의 유형(질문/요청/참조) : 질문
>* 내용 :
>
>가우스 그리드의 FontStyle을 Script에서 수정하려면 아래와 같이 합니다.
>
>grd2.ColumnProp(s_plan_dt.toString(),'FontStyle')= "bold";
>
>근데 다시 bold를 원래 normal체로 바꾸려면 어떻게 하나요?
>
>grd2.ColumnProp(s_plan_dt.toString(),'FontStyle')= "";
>grd2.ColumnProp(s_plan_dt.toString(),'FontStyle')= "none";
>grd2.ColumnProp(s_plan_dt.toString(),'FontStyle')= "normal";
>
>모두 안됩니다.
>