Exemplo n.º 1
0
 protected void gridpending_BeforeColumnSortingGrouping(object sender, DevExpress.Web.ASPxGridViewBeforeColumnGroupingSortingEventArgs e)
 {
     if (gridpending.GroupCount > 0)
     {
         funcpendCss = "";
     }
     else
     {
         funcpendCss = "hide";
     }
 }
Exemplo n.º 2
0
 protected void grvData_BeforeColumnSortingGrouping(object sender, DevExpress.Web.ASPxGridViewBeforeColumnGroupingSortingEventArgs e)
 {
     Search();
 }
Exemplo n.º 3
0
 protected void grid_BeforeColumnSortingGrouping(object sender, DevExpress.Web.ASPxGridViewBeforeColumnGroupingSortingEventArgs e)
 {
     this.grid.DataSource = (DataTable)ViewState["grid"];
     this.grid.DataBind();
 }