使用 keydown 事件在高级数据网格中选择行的问题
我有高级数据网格,其中显示了项目列表。我使用 keydown 来选择行。但实际问题是,当我选择第二个项目之后的项目时,它应该移动到第三个项目,而不是移回到第三个项目第一项。我已将选择模式属性定义为单行,即使结果相同也相同。任何人都可以给我解决方案。
I have advanced datagrid with list of items is displayed.I am using keydown for selecting the rows.But the actual problem is when i am selecting the items after the 2nd item it should move to the 3rd item but instead of that its moving back to the 1st item.I have defined selectionmode property to singlerows even then the result same to be same.can any one give me the soloution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经解决了这个问题..它与我们在 datgrid 中遇到的绑定问题有关。
i have resolved this issue..it was related to binding problem what we had in datgrid.