$('#datagrid 的ID').datagrid({
onClickRow:function(index,data)
{
$("#devicename").val("");
$("#devicecode").val("");
$("#resultrange").val("");
}
})