Exemplo n.º 1
0
Arquivo: Grid.cs Projeto: g992com/esb
 protected virtual void OnPreRowDataBound(GridPreRowEventArgs e)
 {
     EventHandler<GridPreRowEventArgs> handler = Events[_preRowDataBoundHandlerKey] as EventHandler<GridPreRowEventArgs>;
     if (handler != null)
     {
         handler(this, e);
     }
 }
Exemplo n.º 2
0
 protected void gr_Main_PreRowDataBound(object sender, ExtAspNet.GridPreRowEventArgs e)
 {
 }