When adding a record in grid through the datastore, the rows combobox returns an error.
Uncaught TypeError: Object # has no method ‘changeOptionId’
(anonymous function)
dhx.EventSystem.callEvent
dhx.DataStore.changeId
changeId
dataProcessor.afterUpdateCallback
dataProcessor.afterUpdate
check
First I add a new row, this is done correctly, but after the dataconnector finishes, the error is thrown. The row with combo is displayed correctly then, but the dataprcessor crashes in that it doesn’t submit any more data (because of the JS error).
Is there a workaround or solution to extend the combobox with a changeOptionId method? Or can I disable the calling of the method somewhere?
(tested in chrome and IE8)