Home All Groups Group Topic Archive Search About

ItemDataBound for Winfrom DataGridView?

Author
10 Oct 2006 4:40 PM
Spam Catcher
Is there an event in the datagridview which fires during databinding?

Thanks.

Author
10 Oct 2006 7:46 PM
Rasinec Ninoslav
Try DataBindingComplete, DataMemberChanged and DataSourceChanged events.

--

Regards,
Rasinec Ninoslav
www.ApplicationAspect.com
nras.***@ApplicationAspect.com
(please, replace dots with appropriate letters)


Show quoteHide quote
"Spam Catcher" <spamhoneypot@rogers.com> wrote in message
news:Xns985880C4E78C5usenethoneypotrogers@127.0.0.1...
> Is there an event in the datagridview which fires during databinding?
>
> Thanks.
Author
11 Oct 2006 5:17 AM
Spam Catcher
"Rasinec Ninoslav" <nrasi***@hotmail.com> wrote in news:#0t2WTK7GHA.4496
@TK2MSFTNGP05.phx.gbl:

> Try DataBindingComplete, DataMemberChanged and DataSourceChanged events.


I ended up using the CellFormat command. That seems to work well.