[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.
We have closed this ticket because another page addresses its subject:
ASPxGridListEditor - Support the Batch Edit ModeRead only cells when implementing batch edit mode in ASPxGridView bound to a collection of persistent objects at runtime
Answers approved by DevExpress Support
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.
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.