extjs editorGridPanel 加载时让某一个单元格处于编辑状态
也就是在这个editorGridPanel加载的时候让第4行的“时间”这一列处于编辑状态而不是在双击的时候才处于编辑状态...
也就是在这个editorGridPanel加载的时候让第4行的“时间”这一列处于编辑状态
而不是在双击的时候才处于编辑状态 展开
而不是在双击的时候才处于编辑状态 展开
2个回答
展开全部
代码:
editorGridPanelStrore .on('load', function(){
editorGrid.stratEditing(3,4);
});
editorGridPanelStrore是你表格绑定的数据源, editorGrid是你的编辑表。
说明:开启的坐标,你可以根据实际情况修改,或实时计算。
方法说明:
startEditing( Number rowIndex , Number colIndex ) : void
指定的行/列,进行单元格内容的编辑。Starts editing th... 指定的行/列,进行单元格内容的编辑。Starts editing the specified for the specified
row/column
参数项:rowIndex : Number
colIndex : Number
返回值:void
editorGridPanelStrore .on('load', function(){
editorGrid.stratEditing(3,4);
});
editorGridPanelStrore是你表格绑定的数据源, editorGrid是你的编辑表。
说明:开启的坐标,你可以根据实际情况修改,或实时计算。
方法说明:
startEditing( Number rowIndex , Number colIndex ) : void
指定的行/列,进行单元格内容的编辑。Starts editing th... 指定的行/列,进行单元格内容的编辑。Starts editing the specified for the specified
row/column
参数项:rowIndex : Number
colIndex : Number
返回值:void
追答
grid.stratEditing(3,4);
这句写在你的 store load事件里面
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询