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
665
Added row disappears when paging locally
posted

Hi,

I have a v2014.2 igGrid which uses a JSON datasource and pages locally.  I have updating enabled on the grid.  When I add a new row and click the "Done" button on the add new row template, the new row appears in the grid (text in italics).  However, the total row count displayed on the grid does not get updated, and the row also disappears from the grid if I page forward and then back again.  The new row does not appear on any of the pages.  When I post the form and process the grid transactions, the addedrow is in the transactions list,

Why does the row not stay in the grid or clientside JSON datasource while I am paging and the total row count display not get updated?

There also appears to be an error being thrown in the infragistics.lob.js script: "Uncaught Error: Grid has pending transactions which may affect rendering of data. To prevent exception, application may enable "autoCommit" option of igGrid, or it should process "dataDirty" event of igGridUpdating and return false. While processing that event, application also may do "commit()" data in igGrid."

Any ideas?  Thanks.

Parents Reply Children
No Data