gpt4 book ai didi

asp.net - 如何在行删除事件中获取 aspxgridview 的可见行索引

转载 作者:行者123 更新时间:2023-12-04 02:28:37 27 4
gpt4 key购买 nike

任何人都可以帮助我在 ASPxGridView 控件的 RowDeleting 事件中获取行的可见 RowIndex 吗?

最佳答案

使用ASPxGridView.FindVisibleIndexByKeyValue MethodASPxGridView.RowDeleting Event ..首先在 gridcontrol 属性中指定 KeyFieldName。

 protected void ASPxGridView1_RowDeleting(object sender, DevExpress.Web.Data.ASPxDataDeletingEventArgs e) 
{
int i = ASPxGridView1.FindVisibleIndexByKeyValue(e.Keys[ASPxGridView1.KeyFieldName]);

}

关于asp.net - 如何在行删除事件中获取 aspxgridview 的可见行索引,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9359540/

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