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
785
Bug in binding to an ICollectionView
posted

Hi,

   There's a showstopper bug that I discovered in the web grid.

   I'm binding a custom collection object that implements ICollectionView. The binding works fine and the objects are shown in the grid.

   The bug is that if I bind the objects, resize a column and then call Refresh() the grid throws an exception.

 

   I attached a sample solution showing the bug. Run the example. Click on the "Get data" button, then resize a column, then click on the "call refresh" button and see the grid throwing an exception.

 

PS: is there a way to report bug other than in this forum?

GridCrashingOnCollectionChanged.zip