Hi,
There are several things about everpresentrow that I haven’t found in the documentation or on the forums:
1. In order to internationalize my application, I’m looking for how to change the text of everpresentrow placeholders.
2. I would also like to be able to replace the text of the action buttons for the same reason.
3. I have an “ID” column which should not be editable since it is generated by the database, but even if I put “editable: false” in the column config, I can still edit it in the everpresenrow.
4. While searching the forums I found information about the addRow property of the source of the dataAdapter, but I could not find any information about updateRow and deleteRow. The signature of updateRow appears to be the same, but commit (true) does nothing, and the signature of deleteRow is different.
Thanks for your help.