Infragistics WebDataGrid 重新加载刷新
我最近一直在使用这个产品。他们的网站缺乏支持。我在服务器端实现了自定义搜索/过滤功能。该功能将数据限制为仅匹配的行。我的问题是如何让网格在此操作后重新加载或刷新。
我尝试从网格中删除无效行,为网格创建新的数据源,甚至一起创建一个新网格。在我单击页面前进按钮之前,客户端不会显示更改。此时网格会刷新并显示我的新数据。
我发现了调用 rows.Clear()、grid.ClearDataSource() 的 Web 引用......不高兴。我也研究过客户端 JS。
任何帮助将不胜感激。
谢谢 英石
I've recently been using this product. The support on their site is lacking. I've implemented a custom search/filtering feature on the server side. The feature limits the data to only the matching rows. My issue is how to get the grid to reload or refresh after this operation.
I have tried removing the invalid rows from the grid, creating a new data source for the grid, even creating a new grid all together. The client side does not show the changes until I click a page forward button. At that point the grid refreshes and shows my new data.
I've found web references to calling rows.Clear(), grid.ClearDataSource().... no joy. I've looked at client side JS as well.
Any help would be greatly appreciated.
Thanks
ST
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在客户端上使用 WebDataGrid 过滤。这里有一个如何在 Infragistics 上执行此操作的示例:http:// /blogs.infragistics.com/forums/p/24061/88728.aspx#88728
You could use the WebDataGrid filtering on the client. There is an example of how to do this on the Infragistics here: http://blogs.infragistics.com/forums/p/24061/88728.aspx#88728