Ticket T238482
Visible to All Users
Duplicate

We have closed this ticket because another page addresses its subject:

ASPxGridListEditor - Support the Batch Edit Mode

Read only cells when implementing batch edit mode in ASPxGridView bound to a collection of persistent objects at runtime

created 10 years ago

[DevExpress Support Team: CLONED FROM T213187: ASPxGridListEditor - Fast data entry in multiple rows]
Hi Dennis,
I'm referring dxSampleT226878.zip sample and I have implemented this functionality for my BusinessObject's listview.
When I click on cell it shows me editor but it is readonly how can make it editable.
Please find attached screen shot.

Comments (2)
Dennis Garavsky (DevExpress) 10 years ago

    Hello Dinesh,

    In the dxSampleT226878.zip project, there is no situation illustrated in your screenshot, so it seems that there is a problem with your custom implementation. Please provide me with a debuggable version of your project so we can help you solve this issue.

      Hi Dennis,
      Please find attached sample.
      I have two Business objects Customer and Sales in Customer detail view you can find Sales listview for which I have applied Batch edit and update behaviour.
      Thanks.

      Answers approved by DevExpress Support

      created 10 years ago

      Hello Dinesh,

      Please pardon my delayed response. I have found your code in the vcBatchEditGrid class that customizes the standard ASPxGridListEditor. This standard ListEditor does not currently support batch edit and that is the cause of the behavior you are observing. You cannot enable it with a Controller like you did.
      In other words, currently, to achieve what you want in XAF you will have to either implement a custom ListEditor as per How to implement multi-row editing in the ASP.NET ListView or implement a custom ViewItem as in the previous sample.

        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.