[CLOSED] Drag drop (grid to grid) store.sync() problem

  1. #1

    [CLOSED] Drag drop (grid to grid) store.sync() problem

    Last edited by Daniil; Feb 25, 2015 at 9:14 AM. Reason: [CLOSED]
  2. #2
    Hello, @siyahgul!

    I am afraid we have to ask you for a simplified yet working example that reproduces your issue. Your code snippet is not enough for us to reproduce the issue here.

    Can you make it?

    As for an example to get you started, I can recommend you to look at this one: AJAX Update with SQLDataSource.

    I believe it does pretty much what your are doing there -- yet, this one works.

    If in doubt on how to come with a simple runnable example, please refer to these posts:
    - Forum Guidelines For Posting New Topics
    - More information required
    Fabrício Murta
    Developer & Support Expert
  3. #3
    sync:
    update command is working.
    delete command is working.
    insert command does'nt work. doesn't give an error.
    Last edited by siyahgul; Feb 17, 2015 at 11:44 AM.
  4. #4
    Hi @siyahgul,

    Please try to set a record's phantom to true for an added record.
    http://docs.sencha.com/extjs/4.2.1/#...operty-phantom
    record.phantom = true;

Similar Threads

  1. Replies: 4
    Last Post: Jul 19, 2013, 1:16 AM
  2. [CLOSED] Grid 2 Grid Drag/Drop Error
    By rthiney in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: May 25, 2013, 12:39 PM
  3. [CLOSED] Grid to Grid Drag and Drop Questions
    By dmoore in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 15, 2011, 10:43 AM
  4. Replies: 2
    Last Post: Mar 11, 2009, 8:59 AM
  5. Grid to grid Drag and Drop grouping issue
    By bobs in forum 1.x Help
    Replies: 0
    Last Post: Feb 10, 2009, 7:13 AM

Posting Permissions