A
AH
Hi, I post this again to hope for valuable help.
I have a window form order entry type of application
where I used a datagrid to capture the order line detail.
the datasource of this datagrid is set to datatable
object. I realised that if I type a new row half way and
focus was shifted to other controls in the form. This
last row is not created in the datatable. However, if I
move my cursor to another row (up or down) and focus was
shifted to other controls, this row is created in the
datatable.
it seems to be that only at the point when I move out of
the row in the datagrid that a record been created in the
datatable, can anyone advise how can I force the
datatable to create the record without first moving into
another row?
Thank you very very much
Albert
I have a window form order entry type of application
where I used a datagrid to capture the order line detail.
the datasource of this datagrid is set to datatable
object. I realised that if I type a new row half way and
focus was shifted to other controls in the form. This
last row is not created in the datatable. However, if I
move my cursor to another row (up or down) and focus was
shifted to other controls, this row is created in the
datatable.
it seems to be that only at the point when I move out of
the row in the datagrid that a record been created in the
datatable, can anyone advise how can I force the
datatable to create the record without first moving into
another row?
Thank you very very much
Albert