Ticket B2162
Visible to All Users

Way to determine owner/parent of editor?

created 19 years ago

I have a TcxDBVertical grid on a form. Each grid row (I have 6) has a ImageComboBox in the EditProperties. If there is an event fired for the ImageComboBox, such the CloseUp event, where the only information sent is about the editor itself, is there any way to determine the grid row that the editor is assigned to?
Each row in the verticalgrid is a field. What I am trying to determine is whether I can determine what field is being modified when the closeup event fires due to the user modifying a value.
Thanks,
Mike Simmons

Comments (1)
DevExpress Support Team 19 years ago

    Hi Mike,
    The corresponding VerticalGrid row is focused when its inplace editor is activated. So, you can obtain the required information via the cxDBVerticalGrid.FocusedRow property.
    Thanks,
    Vito

    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.