Author Topic: Edits on Main Grid, Child Grid Does not Updates  (Read 2080 times)

mercury85

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 58
  • ASP.NET, VB.NET, MVC, JS, C#, VBA, SQL, MDX, DAX
    • View Profile
Edits on Main Grid, Child Grid Does not Updates
« on: May 20, 2018, 01:40:56 pm »
http://jsfiddle.net/mgregory85/0uxmsu54/88/

Hi did a fiddle on this, I noticed in my main project I was having issues changing the child.  Is this related to not being able to refresh also in pivot mode.

I have attached behavior I am seeing, and also noticed it having issues in fiddle.


« Last Edit: May 20, 2018, 01:47:04 pm by mgregory85 »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6307
    • View Profile
Re: Edits on Main Grid, Child Grid Does not Updates
« Reply #1 on: May 21, 2018, 03:33:24 pm »
Two grids can't share same reference to *Model or data.
Please deep clone the dataModel if it's intended to be same.