[CLOSED] Update only dirty cell in the row of gridpanel

  1. #1

    [CLOSED] Update only dirty cell in the row of gridpanel

    Hi,

    I am using StoreDataHandler to know the rows which is deleted, updated and created in the store.

    But i want to know How to update only dirty cell in the updated row.
    This is because i dont want to send the value which is dirty to the SP.
    Last edited by geoffrey.mcgill; Aug 23, 2011 at 7:04 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Please try the
    dirtyCellsOnly : true
    option of .getRowsValues().
    Last edited by Vladimir; Aug 17, 2011 at 9:56 AM.
  3. #3
    or pass it to save method
    Store1.save({dirtyCellsOnly : true});
  4. #4
    Thank you Vladimir it worked.
    But i did not understant what Daniil was trying to tell "option of .getRowsValues(). "
  5. #5
    Quote Originally Posted by Shanth View Post
    But i did not understant what Daniil was trying to tell "option of .getRowsValues(). "
    I just was not sure what method you use to save a grid data.

    It's rare when .getRowsValues() is used to save, rather to submit:
    https://examples1.ext.net/#/GridPane...mit_Two_Grids/

Similar Threads

  1. Replies: 1
    Last Post: Jul 10, 2012, 11:16 AM
  2. Replies: 4
    Last Post: Jun 20, 2012, 7:36 PM
  3. [CLOSED] How to get all dirty record from a gridpanel
    By xian.xu in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 26, 2011, 12:21 AM
  4. [CLOSED] Update only dirty rows of gridpanel
    By vali1993 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 25, 2010, 2:00 PM
  5. Finding dirty rows in a gridpanel
    By Kamal in forum 1.x Help
    Replies: 2
    Last Post: Aug 16, 2009, 9:51 AM

Posting Permissions