K
Kenneth Bohman
A windows form contains
a parent datagrid (let's say order)
a child datagrid (let's say order details)
One user prefers to use the mouse to navigate between the data grids. When
stressed the same user often clicks any column in the child datagrid and
starts typing away. Trying for example to type the article number in the
units column.
How can I restrict so that whenever the user clicks a new (blank) row in the
child datagrid the leftmost column gets the focus?
How can I even check when that a new (blank) row has been activated? As far
as I can see, the events for the datagrid fire only when the row has
actually been added to a datagrid
Or is there a better solution. Validation events only annoys the user and
this question has become kind of a political issue now. So I would be
grateful for any help.
Kind regards,
Kenneth Bohman
a parent datagrid (let's say order)
a child datagrid (let's say order details)
One user prefers to use the mouse to navigate between the data grids. When
stressed the same user often clicks any column in the child datagrid and
starts typing away. Trying for example to type the article number in the
units column.
How can I restrict so that whenever the user clicks a new (blank) row in the
child datagrid the leftmost column gets the focus?
How can I even check when that a new (blank) row has been activated? As far
as I can see, the events for the datagrid fire only when the row has
actually been added to a datagrid
Or is there a better solution. Validation events only annoys the user and
this question has become kind of a political issue now. So I would be
grateful for any help.
Kind regards,
Kenneth Bohman