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.
 

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