DataGridView - DataGridViewRow - DataBoundItem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?Q2xhdWRl?=

    #1

    DataGridView - DataGridViewRow - DataBoundItem

    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
Working...