Skip to main content

DataGridSummaryBuilder<T>.SkipEmptyValues Method

Name Parameters Description
SkipEmptyValues(JS) value Specifies whether to skip empty strings, null and undefined values when calculating a summary. Does not apply when you use a remote data source. Mirrors the client-side skipEmptyValues option.
SkipEmptyValues(Boolean) value Specifies whether to skip empty strings, null and undefined values when calculating a summary. Does not apply when you use a remote data source. Mirrors the client-side skipEmptyValues option.