How does CSLAActionExtender handle multiple edit levels and a dynamically changing binding source tree?
For example, if I open up a modal form from my main form. In the modal form, I need to set the source of the bindingsource to a bindingsource in the main form (thus, dynamically adding to my bindingsource tree). I also want this modal form to begin and subsequently apply/cancel another edit level.
Am I able to use another instance of the CSLAActionExtender in this modal form in order to call the editing methods?
Copyright (c) Marimer LLC