I have two grids: ScheduleGrid and TotalGrid. ScheduleGrid is editable and TotalGrid is not. TotalGrid just groups people and sums up values. When ScheduleGrid is edited, TotalGrid is updated via onAfterUpdate call from the DataProcessor.
I am trying to implement Live Update. I have it working on the ScheduleGrid. So, when ScheduleGrid is updated, TotalGrid is updated also on the machine the did the edit. On other machines, ScheduleGrid is updated via Live Update, but how do I make a call to update/reload the TotalGrid on the other machines (ie the machines that didn’t do the original edit)?