标签: javascript dojo
无法使用dojo对数据列网格进行排序。
lGrid = new dojox.grid.DataGrid({ clientSort: true, selectable: true, noDataMessage: '<span class="dojoxGridNoData">No Results Found</span>', height: "500px", rowsPerPage: rowsPerPage });