Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Wow...this is an ironic twist of fate. A while back we made a number of changes to make sure that memory was cleaned up as DevExpress Winform grids would not dispose the enumerator, thus causing a major memory leak. So we added logic to force the grid to clean up after itself and dispose of the internal enumerator objects. This has been largely tested. However, DevExpress didn't follow the same logic on their web grid, thus causing the objects to dispose prematurely.
So we had to alter the way that the WBBS works versus the standard BBS. Ultimately it was a very small change and will not affect any users not using the DevExpress web grid. Just FYI, Infragistcs, Telerik, and the standard GridView all worked. DevExpress is the only one that failed.
So this issue has been resolved and I will put up a temporary build for you here in a bit so you can move forward.
|