SMART datagrid v.1 > Classes > DisplayOptions
If set as true, it will not transfer the exception which has been thrown when calculating the total value to be displayed in column footer or group footer and column header summary, but will display the corresponding error with alert conversation box when the user double clicks with mouse after saving the error information in cell.
Defaults to true.
grid.setOptions({
display: {
alertCellError: true,
summaryMode: DataLudi.SummaryMode.STATISTICAL
}
};
grid.setDisplayOptions({
alertCellError: true,
summaryMode: DataLudi.SummaryMode.STATISTICAL
});
grid.displayOptions().setAlertCellError(true);