如何用js動態隱藏DataGrid?
舉例如下:
$('#dgMaster').closest('div').parent().hide();//隱藏DataGrid
//$('#dgMaster').closest('div').parent().show();//顯示DataGrid