Infragistics WebDataGrid 查找 - 找不到它
我最近开始使用这个产品。他们网站上缺乏帮助。
我的页面上有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不熟悉 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?