Hi all,
I'm using a DataTable with computed columns as the source for my
DataGridView.
When I change the value used by the computed column, the computed column is
updated only when I leave the row. I would like to update the computed
column when I leave cell (moving to another cell on the same row).
How could I do that ? TIA
--
Patrice
Patrice - 19 Jun 2008 14:28 GMT
Forcing the row update by calling EndEdit on the underlyind DataBoundItem
from the CellEndEdit event seems to do the trick...
Thanks Patrice ;-)
--
Patrice
"Patrice" <http://www.chez.com/scribe/> a écrit dans le message de groupe de
discussion : 10052CC4-5C5E-409C-9E1B-99D2A629421B@microsoft.com...
> Hi all,
>
[quoted text clipped - 9 lines]
> --
> Patrice