$('#tt').datagrid({
		rowStyler:function(index,row){
			if (row.listprice>50){
				return 'color:blue;font-weight:bold;';
			}
		}
	});

 

相关文章: