B
Bob Day
Using VS 2003, VB.NET..
There is a disastrous bug in the "undo" icon that cost me a lot of work...
I had a data grid with an intricate collection of GridColumnStyles (i.e.
created via properties, DataGridTableStyles Collection). I accidentally
deleted the DataGrid in the WinForm, and immediately pressed the Undo icon
which restored it and the DataGridTableStyles. To my horror, I realized
later, it did not restore the GridColumnStyles collection at all - it was
completely lost.
If undo does not completely undo an action, it should warn you.
Very frustrating... How do we know when undo completely works and when it
only partially works?
Bob Day
There is a disastrous bug in the "undo" icon that cost me a lot of work...
I had a data grid with an intricate collection of GridColumnStyles (i.e.
created via properties, DataGridTableStyles Collection). I accidentally
deleted the DataGrid in the WinForm, and immediately pressed the Undo icon
which restored it and the DataGridTableStyles. To my horror, I realized
later, it did not restore the GridColumnStyles collection at all - it was
completely lost.
If undo does not completely undo an action, it should warn you.
Very frustrating... How do we know when undo completely works and when it
only partially works?
Bob Day