G Guest Oct 10, 2006 #1 Is there an event in the datagridview which fires during databinding? Thanks.
R Rasinec Ninoslav Oct 10, 2006 #2 Try DataBindingComplete, DataMemberChanged and DataSourceChanged events. -- Regards, Rasinec Ninoslav www.ApplicationAspect.com (e-mail address removed) (please, replace dots with appropriate letters)
Try DataBindingComplete, DataMemberChanged and DataSourceChanged events. -- Regards, Rasinec Ninoslav www.ApplicationAspect.com (e-mail address removed) (please, replace dots with appropriate letters)
G Guest Oct 11, 2006 #3 Try DataBindingComplete, DataMemberChanged and DataSourceChanged events. Click to expand... I ended up using the CellFormat command. That seems to work well.
Try DataBindingComplete, DataMemberChanged and DataSourceChanged events. Click to expand... I ended up using the CellFormat command. That seems to work well.