TDBAdvGrid does not want to edit SQLite table

L.S.,

I ran into a problem with the TDBAdvGrid: it will not let me edit the data in a SQLite table.

I've tried another DBGrid ant that works without a problem ... what do I need to do to get this to work?

I constructed an example Delphi application, download here:
https://hippeet.stackstorage.com/s/7topCn5ozw2ViUi

Hope you can help.

With regards,

Peet Terluin

Please set goEditing = true under grid.Options

Thank you so much! (Feeling a bit stupid ...)