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
1710
updateGrid and latest release
posted

In service release .2086 I could call updateGrid and everything worked fine.

In service release .2113 when I call updateGrid I now get an error.  The column it is complaining about has data as can be seen in the record dump below the error

  1. Uncaught TypeError: Cannot set property 'PatientLastName' of null infragistics.datasource.js:36
    1. $.ig.DataSource.$.ig.DataSource.Class.extend._commitTransactioninfragistics.datasource.js:36
    2. $.ig.DataSource.$.ig.DataSource.Class.extend._commitTransactionsByRowIdinfragistics.datasource.js:36
    3. $.ig.DataSource.$.ig.DataSource.Class.extend.commitinfragistics.datasource.js:36
    4. $.ig.DataSource.$.ig.DataSource.Class.extend.updateRowinfragistics.datasource.js:36
    5. Updating Row - PLM-J1DPEE Record:
      Object {PatientLastName"Test"PatientFirstName"One"PatientListUserObjectsID"(none)"PatientMedicalRecordNumber"1"PatientDateOfBirth"2/9/2013"}
      1. IsExcludedFlagtrue
      2. PatientDateOfBirth"2/9/2013"
      3. PatientFirstName"One"
      4. PatientLastName"Test"
      5. PatientListUserObjectsID"(none)"
      6. PatientLocation"25"
      7. PatientMedicalRecordNumber"1"
      8. Stage"Active"
Parents Reply Children
No Data