| Summary Row numbers appear to change 'randomly' [message #1241320] |
Fri, 07 February 2014 15:06  |
Eclipse User |
|
|
|
Summary Row in the nattable produces random numbers whenever any event on nattable triggers recalculation of the summary.
Simmilar issue had been reported on diffrent site
SummaryRowLayer uses non-UI threads to calculate the summary. But GlazedListsDataProvider is not thread-safe (it uses last row index and object fields) which means not only are the calculated numbers are wrong, but also the numbers in the main table (the threads interfere with each other). This is a major problem that took us a while to track down.
Please suggest if this has been resolved or been reported as bug?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03812 seconds