2012. 5. 7. 16:03
그리드를 클릭하면 콤보일시 펼침상태가 되게 카테고리 없음2012. 5. 7. 16:03
function Button0_OnClick(obj)
{
Grid0.ShowEditor();
Grid0.ComboDropDown();
}
function Grid0_OnCellClick(obj,nRow,nCell,nX,nY,nPivotIndex)
{
Grid0.ShowEditor();
Grid0.ComboDropDown();
}