Beispiel #1
0
 protected virtual void OnPreRowDataBound(GridPreRowEventArgs e)
 {
     EventHandler<GridPreRowEventArgs> handler = Events[_preRowDataBoundHandlerKey] as EventHandler<GridPreRowEventArgs>;
     if (handler != null)
     {
         handler(this, e);
     }
 }
Beispiel #2
0
 protected void gr_Main_PreRowDataBound(object sender, ExtAspNet.GridPreRowEventArgs e)
 {
 }