Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
495
"row" object in transactions when updating row?
posted

Hello,

I have "editMode: 'row'" set in my Updating feature. I noticed in my grid when I update a cell, every other cell in the row gets blanked out and the row object in pending transactions has all empty strings as well. I believe I am likely missing something simple, but I did try looking through the documentation.

If I change editMode to 'cell' then I can edit each cell one-by-one but then I don't get the row object that I need in pendingTransactions.

Please let me know if I am unclear.

Thanks

Parents
No Data
Reply
  • 23953
    Offline posted

    Hello Alex,

    I agree with mhead1, you should check if you set a dataType in the column configuration of your primary key column.

    @mhead1: This information is added to the documentation. In the igGrid Updating topic see the Enabling Updating  section(there is a note after the igGrid configuation in JavaScript code snippet).

    Best regards,
    Martin Pavlov
    Infragistics, Inc.

Children