Search code examples
silverlightdataform

silverlight dataform from 2010 toolkit: cancel edit not working in all scenarios


You're using a buggy control (DataForm) and call CancelEdit() and in some scenarios it doesn't cancel. You pull some of your hear out. How to workaround this?


Solution

  • Call BeginEdit() immediately before you call CancelEdit(). Hooray!