방법 1 : properties - bindable - action - value - dataset, column 지정
방법 2 : invisible object - dataset 선택 - 바인딩 할 컴포넌트로 드래그 앤 드롭 - column id 지정
방법 3 : project exploler - Form - 해당 페이지 form - object - dataset 선택 - column id 선택 - 바인딩 할 컴포넌트로 드래그 앤 드롭
visible : properties - bindable - action - visible - dataset, column 지정
properties
그리드 편집 : 그리드 더블클릭 - grid content editor
그리드 편집 : expression
/* script */
this.fn_code = function(GENDER)
{
if (GENDER == "M")
return "Male";
else
return "Female";
}