Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
ultrachart in UltraGrid , chart cell data didn't updated after first attempt
posted

Hello,

I am using ultrachart in ultragrid. I have 8 different columns : Name, Id, scorePoints, ultrachart ( for showing score w.r.t. timing tick) & other columns.

my datasource for ultraGrid is datatable and for ultraChart column(in datatable) , I am using list<ChartDataLive> as datatype ( scorePoint, timeTick)

my datatable is updating every minute. when m doing ultraGrid1.datasource = myDatatable every minute, chart is showing fine.

but when updating grid cell individually, the data updating perfectly for other columns except ultrachart column.

means, ultrachart column is showing data , it has consumed at first attempt of ultraGrid1.datasource , not the updated one.

My requirement is to update cell individually after first attempt of datasource.

please suggest better approach for this.

Parents Reply Children