0

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? .

4

1 回答 1

0

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

但是网格可能会在回发时恢复。原因是当涉及到非标准场景时,Dundas Charts 是一团糟,他们的支持对你没有帮助。如果可以,请不要使用它。

于 2009-12-17T16:11:13.043 回答