First, thanks for all the enhancements done to the ListView, very impressive
I setup a form to test the ListView and found the following issues:
I tested the functionality of the Add/Delete/Edit Objects and they all worked as expected.
One question, when using the ListView with a child BO, I may need to have buttons for Save/Undo if not using a childform object, would you consider adding a SaveObject/UndoObject as well for this case?
Please take a loot at the video in this link: http://www.progytech.com/videos/Beta_ListView\Beta_ListView.html
I really have the need to be able to cancel out showing the childform dialog from the listview BeforeChildFormExecuted, I have not find a way to do this in a form without having to have all the listview code in the form to manage it.
Have you consider adding an e.Cancel parameter?
Thanks