基于 Dundas 图表回调更新 gridview

发布于 2024-07-11 15:25:15 字数 159 浏览 6 评论 0原文

我有一个邓达斯饼图,单击该饼图时会发出一个客户端回调,该回调会更新与其关联的另一个图表。 基本上它就像一个向下钻取的东西。 我还想根据用户对饼图的选择来更新我的网格视图。 但由于图表的更新是使用 Dundas 客户端回调完成的,我无法重新绑定我的 Gridview。 有什么办法可以做到吗? 。

I have a dundas pie chart which when clicked issues a client callback which updates another chart associated with it. Basically its like a drill down thing. I also want to update my gridview based on the user's selection of the pie. But since the update of chart is being done using dundas client callback I'm unable to rebind my Gridview. Is there any way to do it? .

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

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

发布评论

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

评论(1

维持三分热 2024-07-18 15:25:15

我认为“解决”它的唯一方法是使用 OnClick ajax 回调和
yourChart.CallbackManager.UpdateClientControl(yourGrid) 方法。

但网格可能会在回发时恢复。 原因是 Dundas Charts 在非标准场景方面是一个蹩脚的东西,他们的支持对你没有帮助。 如果可以的话不要使用它。

I think the only way to "solve" it would be using OnClick ajax callback and
yourChart.CallbackManager.UpdateClientControl(yourGrid) method.

But the grid might revert on postback. The reason is that Dundas Charts is a crappy piece of shit when it comes to non-standard scenarios and their support won't help you. Don't use it if you can.

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