var rowData = $(grid_selector).getRowData(id);
列名为"id" 则取值用rowData.id 就可以
可是当列名为"实体类.id",要怎么取出这个值 ?
rowData["实体类.id"]
thankyou~