We have a system that uses the WebGrid control to display search results.
Each result set is bound to a grid where the first column is a checkbox column intended to allow the user to select one or more items. The checkbox is necessary because the grid is paginated and we allow users to select separate items from different pages.
When we migrated from IG 2008 Vol 3 to 2009 Vol 1 - the CellUpdated event is no longer being fired. Client side events are still firing, it seems. So far, we've been able to rule out UpdatePanels, DLL mismatches, and invalid HTML markup from the possible list of suspects. It seems like an internal implementation change in IG WebGrid is at play here.
Has anyone else experienced this problem - or have any ideas how to investigate it? Thanks.