SMART datagrid v.1 > Classes > DisplayOptions
The string which is displayed in the background of empty grid when there is no row in DataSet connected to grid.
If specify null or undefined, the default value will be displayed, and if specify an empty string, it will not be displayed. (ver 1.3.4)
It specifies the message which will be displayed when there is no column to display by emptyGridMessage.
Defaults to "조회???�이?��? ?�습?�다.".
grid.setOptions({
display: {
emptyDataMessage: 'Abc ERP Solution v1.0'
}
});
grid.setDisplayOptions({
emptyDataMessage: 'Abc ERP Solution v1.0'
});
grid.displayOptions().setDataGridMessage('The data does not exist.');