[CLOSED] Grid with AutoSave (row update only)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Grid with AutoSave (row update only)

    Hi

    I have seen in the Autosave example that an ajax call can be made on every cell edit within a grid to persist changes. However, I don't want the grid to be that chatty and I would prefer to only save when you have finished editing a row.

    I assume there is no setting for this on a store/grid?

    If not I thould I could implement this myself. To persist the changes after I have finished editing on a row by row basis is to catch

    1. Deselect event on the grid - will fire when you select a new row and the editing row is deselected.
    2. When the grid loses focus. However, I am having difficuilty acheiving this. If a user starts editing a row and then clicks on a control or button outside of the grid...which event is thrown?

    At the moment I can't get the grid to fire any events when clicking outside of it....it appears that it doesn't fire the blur event which I thought it would?

    Any suggestions?
    Last edited by Daniil; Oct 21, 2014 at 7:01 AM. Reason: [CLOSED]

Similar Threads

  1. [CLOSED] Grid with AutoSave with Combobox
    By matrixwebtech in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Sep 08, 2014, 11:57 AM
  2. Replies: 4
    Last Post: Jun 11, 2013, 6:02 AM
  3. Grid with AutoSave sample
    By PetrSnobelt in forum 1.x Help
    Replies: 3
    Last Post: Apr 27, 2011, 11:33 AM
  4. Replies: 4
    Last Post: Feb 02, 2011, 8:23 PM
  5. [1.0] Examples Explorer | GridPanel > Update > AutoSave
    By r_honey in forum Open Discussions
    Replies: 3
    Last Post: Apr 29, 2010, 5:12 AM

Posting Permissions