I'm taking a look at XCeed's WPF data grid samples trying to figure out how to delete a row when in "virtualized data" mode.
I don't understand how can a row be deleted since the underlying virtual collection does not implement any of the remove methods.
Any help on this would be highly appreciated.