Hi,
I have a datagrid and i use scrolling.
When the datagrid is in "Edition Mode", I can't scroll
with the mouse. I have to press "ESC" before re-use the scroll.
I want that the user does not have to press "ESC" so
I put this code:
Form1.DataGrid1.EditActive = False
But the DataGrid is ALWAYS in Edition Mode, whatever I do.
Any Help will be appreciate...
I have a datagrid and i use scrolling.
When the datagrid is in "Edition Mode", I can't scroll
with the mouse. I have to press "ESC" before re-use the scroll.
I want that the user does not have to press "ESC" so
I put this code:
Form1.DataGrid1.EditActive = False
But the DataGrid is ALWAYS in Edition Mode, whatever I do.
Any Help will be appreciate...