_SelectionChanged 事件无法识别具有空字段的数据
我在使用 devexpress v9.3 的 ASPX 网格视图上遇到 _SelectionChanged 事件的一些问题。
页面上的 ASPX Gridview 无法识别某些单元格没有值的行。我可以选择所有单元格都已填充的行并返回 keyFieldName,但是如果某些行没有数据,则不会返回任何内容。
我知道每一行都已分配了 KeyFieldName 的数据,因为我已将其输出到网格。
谁能帮我x
I'm having some problems with the _SelectionChanged event on an ASPX grid view using devexpress v9.3.
The ASPX Gridview that is on the page doesn't recognize rows where some cells have no value. I can select rows where all of the cells have been populated and the keyFieldName is returned, however if some of the rows have no data it wont return anything.
I know each row has been assigned data for the KeyFieldName as I have outputted this to the grid.
Can anyone help me please x
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
发现问题了。我的业务逻辑中的网格视图不正确,并且我对键字段名称应用了错误的变量.. Doh!
Found the issue. The grid view in my business logic was incorrect and I had applied the wrong variable to the keyfieldname.. Doh!