Issue with Editable Columns and Keys After Update 2.5

Hi, since the last update (2.5), I haven’t been able to have an editable dataGrid column with a key. I wanted to know if this is a bug from the update or if there is a new way to do it. How should I proceed to create this type of editable column without an associated property?

The error shown is the following:
GuiDevelopmentException: The ‘property’ attribute is required for an editable column with the ‘myKey’ key.

Thanks, best regards.

2 Likes

Hi,

Thank you for reporting the problem, I’ve created a github issue.

Regards,
Gleb

Upd: In case a column is not bound to a property it must not define editable="true" explicitly. Setting EditorComponent makes it editable. So simply remove editable="true" and that will fix the problem.