ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  How to remove partial update message
Posted by Dilip Agarwal on Oct-24-2013 15:20
Hi Peter, could you please tell me how can I remove Partial Update message during partial
update. As for realtime I don't want this message.I am using same page for chart creation
and chart display not like the example given in asp demo

  Re: How to remove partial update message
Posted by Peter Kwan on Oct-25-2013 00:34
Hi Dilip,

I assume you are referring to the "Updating" rotating clock icon pop up box that occurs in partial update. This box is configurable using JsChartViewer.updatingMsg. To disable it, you may use (in Javascript):

JsChartViewer.updatingMsg = null;

Hope this can help.

Regards
Peter Kwan