T
Tavo
Hi. I am binding a datagridview to a BindingList.
I put some actions to be performed after RowValidated Event is fired.
I have the problem that this event is also fired while binding for
every bounded row.
Is there anyway to avoid rowvalidated to occur while binding?
Moreover is there a simple way to know in the validated event if a row
had changed or not?
I know some workarounds (checking formatted value when validating,
using cell edit events, etc) but i search for cleaner code...
Thanks.
Gustavo.
I put some actions to be performed after RowValidated Event is fired.
I have the problem that this event is also fired while binding for
every bounded row.
Is there anyway to avoid rowvalidated to occur while binding?
Moreover is there a simple way to know in the validated event if a row
had changed or not?
I know some workarounds (checking formatted value when validating,
using cell edit events, etc) but i search for cleaner code...
Thanks.
Gustavo.