Ticket S31547
Visible to All Users

Add HiddenEditor and ShownEditor events

created 16 years ago

In short,ShowingEditor serves to restrict invoking of editor, not to handle actions after editor is invoked. This should be done with ShownEditor event.
The same applies to ValidatingEditor. Validation can fail and editor will not be hidden, but my action could will be triggered.
What is more, ValidatingEditor and EditValueChanged do not occur when user hides editor with Escape key. Thus, HiddenEditor event is needed.
Currently pivot control supports only simplest scenario: Invoke editor with mouse (NO keyboard support !!!), change value, close editor.
In general, four events listed in "Proposed solution" section allow scenarios more advanced than just that. These events are available in XtraGrid, XtraVerticalGrid and XtraTreeList and they are highly required in XtraPivotGrid.
Proposed Solution:
Add the following members to PivitGridControl:
-HiddenEditor event
-ShownEditor event
-CustomFieldEdit event
-CustomFieldEditForEditing event

Comments (1)
DevExpress Support Team 16 years ago

    The HiddenEditor and ShownEditor events has been introduced in the new version.

    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.