hi ,
please refer to the sample in the attachment.
i have active CellEdit Behaviors and the first row of childband can edit ,why the second row of childband still can't edit in my application?
Hello,
I am just checking if the latest reply helped you out or if you require any further assistance on the matter.
Hello jingjizhi,
The DataKeyFields column should contain unique values. For the child band, ID field contains duplicate values. That's why an exception is thrown - "Rows must have unique DataKeys. This key appears more than once: 1" and the second row cannot be edited.
Let me know if you have any questions.