NG Grid Cell Edit Not Working with 0?

I set a column to be editable, and chose Text Field as the edit type.

When I double click a cell in that column with a number, I can edit it.

However, when it’s 0 OR a blank string I can’t click it. This is odd, because I still want to modify these values.

Does anyone know what’s going on? Is this a bug?

is this about Data Grid? can it be that you have ‘isEditableDataprovider’ property set on that column and that blocks the edit?

Gabi Boros:
is this about Data Grid? can it be that you have ‘isEditableDataprovider’ property set on that column and that blocks the edit?

This was just for the normal ng grid. And yes that was it. I thought that property had to be set for editing, so I was just confused. Thank you!