When a ListGrid with grid totals is loaded with a page of data, but not the full dataset, the Eclipse console shows a bunch of messages warning that the dataset is not fully loaded. Is there any way to get this to be just one warning? It seems like it is sending a warning for every row in the "page" of records being displayed. I haven't counted but it seems like at least 75 messages like this.
20:52:12.651 [ERROR] [ipgui] 20:51:30.474:XRP7:WARN:ListGrid:isc_IpListGrid_3:Unable to show summary values - dataset not completely loaded
It takes a minute or so just for all of the messages to get logged.
20:52:12.651 [ERROR] [ipgui] 20:51:30.474:XRP7:WARN:ListGrid:isc_IpListGrid_3:Unable to show summary values - dataset not completely loaded
It takes a minute or so just for all of the messages to get logged.
Comment