gpt4 book ai didi

asp.net-mvc - 在jqGrid中编辑或添加时隐藏列并显示字段

转载 作者:行者123 更新时间:2023-12-02 00:04:15 27 4
gpt4 key购买 nike

我在 jqGrid 中有更多列。所以需要隐藏jqGrod中的一些列(字段)。当我们编辑或添加需要在 jqgrid 编辑弹出窗口或添加弹出窗口中显示所有字段时。那么有没有任何属性(property)可以做到这一点。

代码:

    $("#Datasourcegrid").jqGrid({
postData: { CAId: function () { return $('#hdnchnAppId').val(); } },
colNames: ['DataSourceId', 'Title','Sort Order'],
colModel: [
{ name: 'DataSourceId', index: 'DataSourceId', align: 'left', key: true, editable: false, hidden: true, search:false,width: '10'},
{ name: 'DataSourceTitle', index: 'DataSourceTitle', sortable: true, align: 'left', width: '400',editable: true, edittype: 'text', editrules: { required: true },stype:'text', search:true,searchoptions:{sopt:['eq']}},
{ name: 'SortOrder', index: 'SortOrder', sortable: true, align: 'left', width: '100',editable: true, hidden: true, edittype: 'text', editrules:{number:true, required:true}, search:false},

],

最佳答案

您可以将edithidden:true添加到hidden: true列的editrules中,勾选jqgrid wiki在编辑规则部分了解更多选项。

关于asp.net-mvc - 在jqGrid中编辑或添加时隐藏列并显示字段,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18415769/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com