Sorry, but there are no more tags available to filter with.
-
Hi, I'm trying to use CSLA with the DataGrid control but have hit a snag when it comes to Undo and more specifically Model.CancelEdit(). After a call to Model.BeginEdit(), I Add a new row to the DataGrid, then Edit a DataGridTextColumn, followed by cancelling the action with Model.CancelEdit(); This...