Infragistics WebDataGrid 查找 - 找不到它

发布于 2024-11-04 21:52:02 字数 331 浏览 0 评论 0原文

我最近开始使用这个产品。他们网站上缺乏帮助。

我的页面上有一个 WebDataGrid。我可以使用 $find(myGridID) 找到网格。我可以使用 get_columns() 访问列。

根据文档,我应该能够调用

myGrid.get_columns().get_column(0).find("some text")

我得到“对象不支持...”等。所以我做了一些挖掘并吐出了所有函数和属性,但 find 方法不存在。因此,根据文档,我再次转到网格对象本身。它也没有 find 方法。所以,我很困惑。

有什么想法吗? 谢谢 英石

I've recently started using this product. The help on their site is lacking.

I have a WebDataGrid on a page. I'm able to find the grid using $find(myGridID). I'm able to access the columns using get_columns().

According to the docs I should be able to call

myGrid.get_columns().get_column(0).find("some text")

I get "object doesn't support..." etc. So I did some digging and spit out all of the functions and properties and the find method isn't there. So, again, according to the docs, I went to the grid object itself. It has no find method either. So, I'm stumped.

Any ideas?
Thanks
ST

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

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

发布评论

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

评论(1

我不吻晚风 2024-11-11 21:52:02

我不熟悉 WebDataGrid 上的客户端查找方法。您希望实现什么目标?你想找到什么?

I am not familiar with a client side find method on the WebDataGrid. What are you looking to accomplish? What is it that you wish to find?

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