FNCGrid Column ReadOnly

Hi,

I'm trying to make a column in a FNCGrid read-only.
If I change the Column property to "ReadOnly = True", it doesn't change the functionality during run-time.
I'm still able to edit and change the contents of the cells in that specific column.

Setting the FNCGrid.Options.Editing.Enabled to False sets the entire grid to read-only, so that is not a solution.

Is there anything I missed?
I've included a small test project.

Thanks!
TestProject.zip (13.4 KB)

Hi,

Can you try with the OnGetCellReadOnly event, or the ReadOnlys[ACol, ARow] property?