RealGrid2 API
Interface
EditResult

EditResult

GridBase.onGetEditValue 에서 쓰이는 셀 편집 후 출력 정보

Signature:

export interface EditResult 

Remarks

DropDownCellEditor, SearchCellEditor, MultiCheckCellEditor의 경우 editResult.text에는 labels에 해당하는 값이 출력되고 editResult.value에는 values에 해당하는 값이 출력된다.

DateCellEditor의 경우에는 editResult.text에는 editor의 datetimeFormat으로 Formatting된 값이 출력되고 editResult.value에는 Date객체가 출력된다.

다른 Editor의 경우 text와 value에 동일한 값이 출력된다.

Properties

PropertyModifiersTypeDescription
textstring텍스트
valueany

Properties Desc

text

텍스트

value