Reputation: 431
I want to create a customized grid in ASP.Net MVC having following features
Please suggest me what is the best & simple JQuery library available for gridview functionality (as in ASP.NET).
I have dome some research on this and found this library.
Upvotes: 0
Views: 1205
Reputation: 3015
You can use jQGrid plugin, its really very flexible and easy to use.
To edit any colums based on condition, you can use set editable property to true or false conditionally.
{
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 }
}
Upvotes: 2
Reputation: 1238
I suggested him Kendo UI server and only the part of the tool is paid, it is better to have ever seen.
Who advise JQXGrid is not because it sucks
Upvotes: 0