Infragistics XamDataGrid 中的拖动填充

发布于 2025-01-06 01:34:05 字数 310 浏览 0 评论 0原文

我需要在应用程序的现有 xamDataGrid 中实现这种类似 excel 的功能。对于那些不知道它是什么的人,他们想要拖动一个单元格(使用 rclick),并通过这样做在选定的单元格中复制原始单元格值。在我开始深入研究代码之前,也许我可以为自己省去一些麻烦。

  1. 该功能是否可以“开箱即用”地用于 xamDataGrid?我在文档或网络中找不到任何内容,但也许我搜索错误。
  2. 如果没有,请提供有关如何通过自定义代码实现此操作的任何建议。

我对 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.

  1. 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.
  2. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

花开浅夏 2025-01-13 01:34:05

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文