从 NetTiers EntityGridView 选择项目
我正在使用 nettiers 生成的 EntityGridView,并且我添加了 OnSelectedIndexChanged 的方法。在该方法中,如何从 EntityGridView 获取当前选定的实体?
I am using a nettiers generated EntityGridView, and I've added a method for OnSelectedIndexChanged. In that method, How do I get the currently selected entity from the EntityGridView?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的..我明白了。这太简单了。也许不是最好的方法,但我一直在闲逛,直到得到以下有效的代码,使用 GridView 和 EntityProvider 中的 SelectedDataKey 来检索实体数据。
Ok.. I got it. It was stupidly simple. Maybe not the best way, but I fooled around until I got the following code that worked, using the SelectedDataKey from the GridView and the EntityProvider to retrieve the entity data.