Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
290
StackOverflow when bound to large collection & filtering is turned on.
posted

I have an ObservableCollection that I am binding the grid to which contains about 19,000 rows and whenever I try to bind with filtering enabled I get the following error:

An unhandled exception of type 'System.StackOverflowException' occurred in Infragistics3.Wpf.DataPresenter.v9.1.dll

The scroll mode is Immediate, RecordLoadMode is Preload and CellContainerGeneration is PreLoad but I stil have the same problem.