DataRowView isedit

  • Thread starter Thread starter João Santa Bárbara
  • Start date Start date
J

João Santa Bárbara

hi all, i want to know how the isedit works ???
i have fill a datatable a bind a few controls
and when i see in the currencymanager the current row is allways in edit =
true
even when without a change. :( damm...
i have tried to force is to isedit = false doing
currencymanager.endcurrentedit.
and it works, but when i navigate (currencymanager.position +=1 ) it
changes again to isedit =true

can some one help me ???

thks
JSB
 
João Santa Bárbara said:
hi all, i want to know how the isedit works ???
i have fill a datatable a bind a few controls
and when i see in the currencymanager the current row is allways in edit =
true
even when without a change. :( damm...
i have tried to force is to isedit = false doing
currencymanager.endcurrentedit.
and it works, but when i navigate (currencymanager.position +=1 ) it
changes again to isedit =true

can some one help me ???

thks
JSB

Hi

If you do not need to edit anything, use a DataView with AllowEdit=false.

Alon.
 
Back
Top