Ticket S19607
Visible to All Users
Duplicate

Make it possible to choose whether to use the Save and Cancel Actions to save(cancel) changes made in an editable List View or commit changes automatically

created 17 years ago

It's necessary to do the following:

  1. Add an option into the Model to set a mode for saving changes: AutoCommit or manually
  2. Add the Save and Cancel actions for a ListView
Comments (1)
M M
Mary (DevExpress) 16 years ago

    In Windows Forms applications, you can make a List View editable or display it in ListViewAndDetailView mode, when a Detail View is shown next to a List View, representing the currently selected object. Previously, to commit changes made to an object, you had to select another object in the List View or move focus to another place on the form. Additionally, you couldn't cancel your changes. We've changed this behavior. Now, the Save, SaveAndClose and Cancel Actions are available, when you can edit objects in a List View. However, you can switch to the previous behavior by setting the WinDetailViewController's AutoCommitListView property to true.
    Thanks, Mary.

    Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

    Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.