My check is readonly, how to enable it?

i tried this:
_gridEntradas.cells(lstRow.iIdMovimiento, 0).setDisabled(false);

but not working, help me!

Most probably you are blocking the edit operation with the onEditCell event.
If the problem still occurs for your, could you please, provide some kind of code snippet or a demo example, where the problem can be reconstructed locally.