Hello, I need some help with the readonly property, because i'm using this in execution time like this:
Me.grdActividades.Model.ColStyles("Cantidad").ReadOnly = True
but in some moment i want that this column be editable again
but i used all these option listed bellow and nothing works the column continues readonly
Me.grdActividades.Model.ColStyles("Cantidad").ResetReadOnly()
Me.grdActividades.Model.IgnoreReadOnly = True
Me.grdActividades.Model.ColStyles("Cantidad").ReadOnly = False
Can you help in this issue?
Thanks Greetings
Ing. Alejandro Ortega