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

StackOverflow https://stackoverflow.com/questions/11162285

  •  16-06-2021
  •  | 
  •  

سؤال

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?

هل كانت مفيدة؟

المحلول

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

نصائح أخرى

The object binded to your dataForm have to implement IEditableObject. Then the CancelEdit call will work

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top