如何在 Microsoft DataGridView 中使用 Infragistics UltraDropDown

发布于 2024-12-13 04:36:27 字数 98 浏览 5 评论 0原文

我想在 Microsoft DataGridView 的特定列上显示 Infragistics UltraDropDown 控件。

我该怎么做?

谢谢

I want to show a Infragistics UltraDropDown control on a particular column of a microsoft DataGridView.

How can i do this?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

帅哥哥的热头脑 2024-12-20 04:36:27

你不能。该控件未实现 IDataGridViewEditingControl,请参阅 http:// msdn.microsoft.com/en-us/library/7tas5c80.aspx

不过,您可以尝试创建一个继承 UltraDropDown 的控件并实现该接口,但这并不是一件小事。

You can't. The control does not implement IDataGridViewEditingControl, see http://msdn.microsoft.com/en-us/library/7tas5c80.aspx.

You could however try to create a control inheriting UltraDropDown and implementing the interface, but that's not a trivial thing.

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