[CLOSED] gridpanel - cell editing not working for inserted row

  1. #1

    [CLOSED] gridpanel - cell editing not working for inserted row

    Hi,
    Mine is a Razor view engine application.
    I have a gridpanel to which I have applied following script to insert new record.

                var r = Ext.create('TestGridModel', storeData);
                var storeSt = Ext.getStore('Store1');
                storeSt.insert(rowindex + 1, r); //  insert a new record into the store (also see add)            
                App.TestGrid.editingPlugin.startEditByPosition({ row: rowindex, column: 0 });
    also I have applied Editor for my cells.
    The row is getting added correctly.

    I am facing an issue with cell editing of inserted records.
    When ever I double click in inserted row cell the orginal row's respective cell gets changed to edit mode.
    Am I missing something
    Last edited by Daniil; Oct 15, 2013 at 6:42 AM. Reason: [CLOSED]
  2. #2
    Hi @PriceRightHTML5team,

    It looks this request duplicates this one.
    http://forums.ext.net/showthread.php?26745

Similar Threads

  1. [CLOSED] Disabling cell editing based on cell value in Ext.Net 2.1
    By bayoglu in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Jan 30, 2013, 5:35 PM
  2. Replies: 4
    Last Post: Jul 10, 2012, 5:35 PM
  3. [CLOSED] Editing cell of gridPanel
    By supera in forum 2.x Legacy Premium Help
    Replies: 7
    Last Post: May 23, 2012, 12:47 PM
  4. [CLOSED] GridPanel.start cell editing when key pressed
    By supera in forum 2.x Legacy Premium Help
    Replies: 10
    Last Post: Mar 01, 2012, 7:04 PM
  5. Replies: 0
    Last Post: Apr 14, 2011, 7:10 AM

Tags for this Thread

Posting Permissions