void meuGridView_RowCreated(object sender, GridViewRowEventArgs e) { if(!IsAdmin) e.Row.Cells[0].Visible = false; }