RowState doesn't work!

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

Guest

A textbox is bound to a field. When I change the text in this textbox and then check the value of the RowState property, I expect it to be "Modified", but it stays "Unchanged".

What is wrong with it?
 
vibel said:
A textbox is bound to a field. When I change the text in this textbox and then check the value of the RowState property, I expect it to be "Modified", but it stays "Unchanged".

What is wrong with it?

Nothing - did you call EndEdit() first?

/steveA
 
Back
Top