SMART datagrid v1.4 >  Classes >  ListCellEditor
DataLudi.ListCellEditor.ListCellEditor  constructor
DropDownCellEditor 생성자. 
컬럼 생성 시, 혹은 DataColumn.editor로 컬럼 렌더러를 설정할 때, 설정 객체로 전달되므로 이 객체를 직접 생성할 일은 거의 없다. 
function ListCellEditor (grid: GridBase, parentElement: HtmlElement);
- Returns
 - Void
 
- Parameters
 - grid - GridBase. required. 
 - parentElement - HtmlElement. required. 
 
- See Also
 - DataColumn.editor
 - values
 - labels
 
- Examples
 - List Cell Editor