Currencymanager
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, i have a problem with the Currencymanager. When i assign the
Currencymanager.CurrentChanged
event (even when the function has no code) i cannot useCurrencymanager.addnew
. The position in the datagrid remains on another record for editing. When not assigning theCurrencymanager.CurrentChanged
event then i can useCurrencymanager.addnew
and the position in the datagrid is on the new record for inserting. Anyone any idea why this happens and how i can remain on the correct position for editing even whenCurrencymanager.CurrentChanged
is assigned? i need this event to know when the position of the cursor has been changed. thx Kurt