What is the data source to which the grid is bound? Does it implement
IBindingList? This interface is required for a source to expose change
events to a databound control.
Peter
--
Peter Foot
Windows Embedded MVP
www.inthehand.com |
www.opennetcf.org
Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/...ity/newsgroups
"Koen" <(E-Mail Removed)> wrote in message
news:868F93F8-2030-498D-BBAA-(E-Mail Removed)...
> 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