Infragistics XamDataGrid 中的拖动填充
我需要在应用程序的现有 xamDataGrid
中实现这种类似 excel 的功能。对于那些不知道它是什么的人,他们想要拖动一个单元格(使用 rclick),并通过这样做在选定的单元格中复制原始单元格值。在我开始深入研究代码之前,也许我可以为自己省去一些麻烦。
- 该功能是否可以“开箱即用”地用于 xamDataGrid?我在文档或网络中找不到任何内容,但也许我搜索错误。
- 如果没有,请提供有关如何通过自定义代码实现此操作的任何建议。
我对 xamDataGrid 对象模型仍然相当陌生,并且需求相当紧迫。
I got the requirement to implement this excel-like feature in the existing xamDataGrid
in the application. For those who don't know what it is, they want to drag a cell (using rclick) and by doing so copy original cell value across the selected cells. Before I start digging in the code, maybe I can save myself some trouble.
- Is the feature maybe available "out-of-the-box" for xamDataGrid? I couldn't find anything in docs or the web, but maybe I searched wrong.
- If not, any recommendation on how this would be doable by custom code.
I am still rather new to xamDataGrid object model and requirement is rather urgent.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
XamDataGrid 的拖动填充行为将是一项功能请求,因为它未内置到控件中。为此,您应该通过论坛或支持案例联系 Infragistics。您可以从获取帮助页面找到每个链接:
http://www.infragistics.com/support/get-help.aspx
Drag fill behavior for the XamDataGrid would be a feature request as it isn't built into the control. For this you should reach out to Infragistics through either the forums or a support case. You can find links to each from the get help page:
http://www.infragistics.com/support/get-help.aspx