[CLOSED] Update grid cell value without store.reload()

Threaded View

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

    [CLOSED] Update grid cell value without store.reload()

    I am trying to update a single cell in a grid on a row editor's AfterEdit Success. I am trying to avoid calling store.reload() as I do not want to make a server call. I've tried to use this.record.data.TestColumn = "TestValue"; and even though it does update the data, it is not reflected in the cell. Refreshing the GridView did not help either.
    Last edited by Daniil; Nov 07, 2011 at 7:39 AM. Reason: [CLOSED]

Similar Threads

  1. reload store (grid) from treepanel
    By simbal in forum 1.x Help
    Replies: 1
    Last Post: Apr 28, 2012, 9:57 AM
  2. Replies: 1
    Last Post: Dec 22, 2011, 6:17 AM
  3. [CLOSED] reload store and grid on client side
    By ryan.kim in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Aug 12, 2011, 12:39 PM
  4. [CLOSED] Reset store's sort info on grid reload/reconfigure
    By jchau in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Aug 10, 2010, 4:06 PM
  5. [CLOSED] [1.0] Paged grid displays all records on store's reload
    By danielg in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 25, 2010, 11:26 AM

Posting Permissions