Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AllowAddNew我有一个按钮,允许我通过将参数设置为 true在 Janus GridEx 中插入新行。
AllowAddNew
新行添加到底部。
我面临的问题是,当我有很多行所以有滚动条时,我无法将焦点放在该行上,即使我将光标设置到最后一行并将确保可见参数设置为 true。
在行添加的末尾添加以下代码:
if (grdEx.RowCount > 0) grdEx.Row = grid.RowCount - 1;