如何透過JS動態控制DataGrid的Where條件?
舉例如下:
function dfMaster_onLoad()
{
        $('#dgMaster ').datagrid('setWhere',"你的where條件");
}