文章分類/Infragistics
要始終顯示 IgcDataGrid 的垂直滾動條,請將 IgcDataGridComponent 的 scrollbarStyle 訪問器設置為“默認”。
function getSelectedCells() { var cells = $("#cellSelectionGrid").igGridSelection("selectedCells"); cells.forEach(function (cell) { console.log(cell.element.text()); }); console.log("---------------------"); }