DataGridView

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

Guest

I have a datagridview bound to a tableadapter/binding etc. I would liek to
add an unbound column and bind it to another binding control. is that
possible?
 
i think so, but you would have to set it up in the RowDataBound event of the
gridview..... so here you would have to set its datasouce and call
databind....
 
Back
Top