【问题标题】:jqGrid - Hiding columns in the grid view but showing them in the edit formjqGrid - 在网格视图中隐藏列,但在编辑表单中显示它们
【发布时间】:2011-03-31 10:53:45
【问题描述】:

我正在尝试创建一个网格,该网格将在表单编辑模式中显示比在表格视图中更多的详细信息(可以进行编辑)。 有没有办法可以定义要隐藏在网格中但显示在行编辑对话框中的列? (见here

【问题讨论】:

标签: jquery jqgrid


【解决方案1】:

你会找到答案here。另一个answer 也很有趣。

【讨论】:

  • 完美! {hidden: true, editrules: { edithidden: true }} 正是我所需要的
  • 这正是我所需要的,但我很难找到它!
  • @Brian:不客气!我认为这是一个普遍的问题。请参阅here我的建议。
  • 对我来说也很完美! {hidden: true, editrules: { edithidden: false }} 正是我需要的!!!谢谢
猜你喜欢
  • 1970-01-01
  • 2011-06-06
  • 2013-12-30
  • 2012-02-24
  • 1970-01-01
  • 1970-01-01
  • 2023-03-25
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多