Datagrid Load

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear All,

I am trying to program to do something once a form with a datagrid is loaded.
But I don't want to use Form event to trigger the action, and I would like
to use datagrid's event to tigger the action, So...
Do anyone know how to do it?

THanks ~
miyakejess
 
Hi,

is it winform or webform. For webform datagrid there an ItemDataBound event
of the grid that is fired after the databinding occurs. For winforms, there
isn't anything as such.

Regards
Joyjit
 
Back
Top