Datagrid does not update

G

Guest

Hi,


We have a master detail form for pocket pc 2003 (we're using VS 2003) that
show orderlines in a datagrid and order details in a custom form on one
screen.
When we make a change in the detail form, we would like to update the
datagrid that shows all orderlines.
However, this datagrid does not update until we move the scrollbar to the
right or select on of the rows in the datagrid.
We already tried datagrid.update, datagrid.refresh, datagrid.invalidate.
The string we are showing in one of the cells of the datagrid is large (+/-
40 chars) and we need to move the scrollbar all the way to the right, to
update the datagrid.

Any idea how we can solve this ?

thanks

koen
 
G

Guest

Hi Peter,

This is an array of objects which implements the IList, IBindingList.

regards

koen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top