Bound Control does not fire RowChanged

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a control, it is bound to a field in a datatable.

If I change the value in the textbox, and move off the textbox, the
RowChanged event is NOT called.

Is there some way to change this behavior? I need the DataTable (or at
least the DataRow) to know the value has changed.
 
the control.leave event fires.

HOWEVER, I found my own answer. I needed to watch the ColumnChanging event,
not the RowChanging Event.

Thanks anyway.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top