A
Adam Knight
Hi,
I am asked a similar question previously, but found the response didn't
really answer my question
I have a datagrid which has data entry controls in its footer.
What would be the best way to disable these controls.
In my world i would love to simply go.
dgGrid.Footer.Columns(0).Controls(1).Enabled = True
Unforntunately for me, this isn't how it works!
I am asked a similar question previously, but found the response didn't
really answer my question
I have a datagrid which has data entry controls in its footer.
What would be the best way to disable these controls.
In my world i would love to simply go.
dgGrid.Footer.Columns(0).Controls(1).Enabled = True
Unforntunately for me, this isn't how it works!