onLoadSuccess:function(value, rec){ $("#sinopec_search_btn").linkbutton('enable'); var data = $('#sinopec_list').datagrid("getData").rows; $.each(data,function(idx,obj){//遍历JSON if ('${param.systemid}' == (obj.systemid)) { $('#sinopec_
Introduction Since .NET 4.0, Microsoft is shipping a DataGrid control that provides all the basic functionality needed, like: Auto generation of columns Manual definition of columns Selection Grouping Column sorting, reordering and resizing Row Detai