我想在具有以下功能的ASP.Net MVC中创建自定义网格
请告诉我什么是最好的&简单的JQuery库可用于gridview功能(如在ASP.NET中)。
我对此进行了一些研究并找到了这个库。
答案 0 :(得分:2)
您可以使用jQGrid插件,它非常灵活且易于使用。
要根据条件编辑任何列,您可以有条件地将set editable属性设置为true或false。
{
name: 'ColumnName', index: 'ColumnName', align: 'left',
editable: function(cellvalue, options, rowObject){
//Put some condition here, return true or false
},
edittype: 'text', sortable: false, width: 7, search: true,
editoptions: {
//Custom attributes
requiredfield: "true", reqerrmsg: "Please enter data.",
caseType:"alphanumnolessgreater", maxlength: 500 }
}
答案 1 :(得分:0)
我建议他使用Kendo UI服务器,只有部分工具付费,最好见过。
谁建议JQXGrid不是因为它很糟糕