Ticket T430819
Visible to All Users

How to change a value of another Grid column during editing of a cell

created 9 years ago

[DevExpress Support Team: CLONED FROM A343: How to set a value of another Grid column during editing of a cell]
Hi Paulo,

I have tried this solution but dosn't works. I implemented this to my scenario, but the SetEditValue dosn't change the cell, because internal in the  CanInitEditing / CanModify / IsSyncMode / IsDataSetCurrent returns false. My detail dataset is in sql mode (DetailIsInSQLMode = True), can this produce this problem? If yes, can you suggest me an another solution to automatically change a field, if an other was changed by the user? I use FireDAC with parameterized TFDQuerys in master detail scenario.

This is urgent, please give me a quick workaround!

Regards,

Péter

Show previous comments (2)
DevExpress Support Team 9 years ago

    The IsDataSetCurrent property is an internal property that is set by a complex condition inside the TcxDBDataProvider.GetIsDataSetCurrent method. This is not a documented property, so I suggest that you do not change it.

      I don't want to change it, I just would like to know, why is it false.

      DevExpress Support Team 9 years ago

        I see. Thanks. In this case it is necessary to debug the TcxDBDataProvider.GetIsDataSetCurren method and its complex condition.

        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.