As you're looping through the list, try calling EndEdit() on each row after
you have manipulated their values.
"Rick Shaw" <rickshaw888*NOSPAM*@hotmail.comwrote in message
news:uPU%23jTwwGHA.3424@TK2MSFTNGP02.phx.gbl...
Quote:
Hi, I have a problem with the datagridview not refreshed when the
application first appear on the screen.
>
The datagridview display data from a table in the dataset. At the same
time, I've added checkbox columns that are not bounded the table.
This datagridview is located in the tab (2nd). I thought I mention that
since that might be part of the problem (?).
>
When the applications start, it will need some parameter criteria
selection
to retrieve data for display.
After the data load to the tables in the dataset here is what I do the the
datagridview.
>
I do a foreach loop to the datagridview. Based on a specific cell value
(with is hidden) in each row, I set the appropriate checkbox column to
true.
There are 4 unbounded checkbox columns on a row in the datagridview.
The thing is, then I go to the tab where the datagirdview is, the
checkboxes
that is suppose to have checks are not, checked. But when I move to a
different record, the datagridview now show the correct information. The
checkboxes are properly checked (accordingly).
>
I did the datagridview.Refresh(); after the initial data load but no
luck.
>
Any idea?
>
Thanks,
>
Rick..
>
>
>
>