gpt4 book ai didi

dojo - 第 1 页上的复选框 "ticked"反射(reflect)在 EnhancedGrid 的第 2 页中

转载 作者:行者123 更新时间:2023-12-02 03:55:14 24 4
gpt4 key购买 nike

我有一个 enhancedgrid 并在两个页面上使用。当在 page1 上选中复选框(数据增强网格的组件)时,pg 2 上的等效行将被选中。我的增强网格代码是

grid = new dojox.grid.EnhancedGrid({
loadingMessage:"Please wait",
store:newStore,
structure:layoutQL,
autoWidth:false,
autoHeight:true,
columnReordering:false,
rowsPerPage:3,
indirectSelection: true,
//noDataMessage:"No transactions have been processed for posting.",
//selectionMode:'single',
plugins: {
pagination: {
description: true,
sizeSwitch: false,
pageStepper: true,
gotoButton: true,
/*page step to be displayed*/
maxPageStep: 6,
/*position of the pagination bar*/
position: "bottom",
indirectSelection: true
},
filter : {
// Show the closeFilterbarButton at the filter bar
closeFilterbarButton: true,
// Set the maximum rule count to 5
ruleCount: 5,
// Set the name of the items
itemsName: "records"
}

}

我在 dojo 框架中使用 EnhancedDataGrid。任何帮助将不胜感激。

最佳答案

当您从一个页面移动到下一个页面时尝试“grid.selection.deselectAll()”。

关于dojo - 第 1 页上的复选框 "ticked"反射(reflect)在 EnhancedGrid 的第 2 页中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12954001/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com