I have a list grid which include grid and group summaries. When the number of rows returned is large I see a warning message repeated in the console.
Is the warning message anything I should pay attention to?
Also, is setGroupByMaxRecords() the way to control the size of the data set that will be summarized? The docs say the default is 1000 records but I'm not getting grid totals until I scroll to the end of the list when the list only has 135 rows.
Code:
10:26:11.777:XRP5:WARN:ListGrid:isc_IpListGrid_9:Unable to show summary values - dataset not completely loaded 10:26:11.841:XRP5:WARN:ListGrid:isc_IpListGrid_9:Unable to show summary values - dataset not completely loaded 10:26:11.879:XRP5:WARN:ListGrid:isc_IpListGrid_9:Unable to show summary values - dataset not completely loaded 10:26:11.912:XRP5:WARN:ListGrid:isc_IpListGrid_9:Unable to show summary values - dataset not completely loaded 10:26:11.978:XRP5:WARN:ListGrid:isc_IpListGrid_9:Unable to show summary values - dataset not completely loaded 10:26:12.002:XRP5:WARN:ListGrid:isc_IpListGrid_9:Unable to show summary values - dataset not completely loaded 10:26:12.032:XRP5:WARN:ListGrid:isc_IpListGrid_9:Unable to show summary values - dataset not completely loaded 10:26:12.065:XRP5:WARN:ListGrid:isc_IpListGrid_9:Unable to show summary values - dataset not completely loaded 10:26:12.099:XRP5:WARN:ListGrid:isc_IpListGrid_9:Unable to show summary values - dataset not completely loaded
Also, is setGroupByMaxRecords() the way to control the size of the data set that will be summarized? The docs say the default is 1000 records but I'm not getting grid totals until I scroll to the end of the list when the list only has 135 rows.
Comment