2 x ESC in grid doesn't work anymore ones object is saved2 x ESC in grid doesn't work anymore ones object is saved
Old forum URL: forums.lhotka.net/forums/t/8201.aspx
alef posted on Wednesday, December 23, 2009
When using the templates for DynamicRootList and DynamicRoot and binding it to a grid via a BindingSource component things are not 100% correct. (Windows forms)
I'm using CSLA version 3.8.1
Consider the following actions:
- change the value in the first column for an existing row
- change the value in the second column of the same row
- hit the ESC button two times, and the values for the first and second are set back to the original values.(so far so good)
- move to the next row
- move back to the previous row
- change the value in the first column
- change the value in the second column
- hit the ESC button two times and only the value for the second column is set back to the original.
The value for the first column isn't set back to the original value
Copyright (c) Marimer LLC