让某行某列激活
this.gridValueLists.ActiveRow = this.gridValueLists.GetRow(Infragistics.Win.UltraWinGrid.ChildRow.First);
this.gridValueLists.ActiveCell = this.gridValueLists.ActiveRow.Cells["SpacelineID"];
this.gridValueLists.PerformAction(Infragistics.Win.UltraWinGrid.UltraGridAction.EnterEditModeAndDropdown, false, false);
本文介绍了一种在UltraGrid中激活指定行列的方法,通过设置ActiveRow和ActiveCell属性,并调用PerformAction方法进入编辑模式。

329

被折叠的 条评论
为什么被折叠?



