Using SetDataBinding question

  • Thread starter Thread starter RA
  • Start date Start date
R

RA

Hi

If a Table row is being changed in the code after the call has been made for
grid.SetDataBinding, do I need to call this grid SetDataBinding method again
after I call the Table.AcceptChanges (), or will it automaticaly update the
grid info? The DataRow is being changed in the code and the grid is read
only.

Thanks,
Ronen
 
Hi RA,

You are talking about Winforms, right.
I suppose the grid will be updated automatically.
You don't need to call AcceptChanges, btw, unless if you need to.
 
Back
Top