在RowDataBand里:
if (e.Row.Cells[2].Text=="1")
{
  e.Row.Cells[2].Text = "允许";
}
else
{
  e.Row.Cells[2].Text = "不允许";
  //e.Row.Cells[2].Visible = false;
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-06
  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-02
相关资源
相似解决方案