Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Interaction Between Two ListGrids

    Using SC 8.2

    Here's my scenario:

    I have two ListGrids. In one, I can add rows. The second just shows data (no editing).

    What I want to do is add a row to the first ListGrid, and then update one of the rows in the second ListGrid with the data from the newly added row in the first ListGrid.

    The ListGrids are attached to different DataSources. I'd like to avoid an additional trip to the server to update the value in the second ListGrid.

    How would I go about doing this?

    #2
    See DataSource.updateCaches()

    Comment

    Working...
    X