DataGridView - DataGridViewRow - DataBoundItem

C

Claude

I want to know if it's possible to set the DataBoundItem of a DataGridViewRow
manually and if so, how ? The DataBoudItem is a read-only.

You'll say : "use the Datasource property to set the datasource; the
DataBoundItem will automaticaly be set." You're right, but that's not what I
want. Actualy, I want to populate my DataGridView manually in a thread,
retrieving and adding one row at a time, because I have a large amount of
data to show. Since I can't set the DataBoundItem manually, it bugs me.

What can I do ?

Thx,
Claude
 

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

Top