From: LunaRossa on
Hi to all,
I'm doing some tests to store informations in customized classes from DB.
I'm also using binding feature between data and datagridview and binding
navigator.
The issue is this:
when I add a new item, I retry the ID key of the new inserted record but
the datagridview still shows the old ID.
To get the new refreshed ID, i need to click in the ID cell so it will be
refreshed.
How can I solve?
When the property is changed, the RaiseEvent PropertyChanged event will be
raised.

Thanks for your help