Patial Undo Disaster

  • Thread starter Thread starter Bob Day
  • Start date Start date
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
 
Hi Bob,

We can reproduce this issue as you indicated, it seems this is VS.NET IDE
issue.

I will report this issue to our developers and I will update you about new
information.

Thanks

Jian Shen

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top