C
Ceefour
Hi!
I want to ask a question regarding BindingSource.
I can't get CurrentItemChanged event to work. It's only called if the
current row position is changed or if EndEdit() is manually called.
I want it to be fired whenever a control lost focus / Validate-d or
the underlying dataset/datatable is modified.
I hope someone would be so kind to show me how.
For now my workaround is using a timer that calls EndEdit(), but I was
hoping a better solution. Thank you.
I want to ask a question regarding BindingSource.
I can't get CurrentItemChanged event to work. It's only called if the
current row position is changed or if EndEdit() is manually called.
I want it to be fired whenever a control lost focus / Validate-d or
the underlying dataset/datatable is modified.
I hope someone would be so kind to show me how.
For now my workaround is using a timer that calls EndEdit(), but I was
hoping a better solution. Thank you.