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
115
knockout extension bug when removing an item from an observable array binded to a igGrid
posted

Hi,

We have an observable array wich is bound to an igGrid.
When removing an item from the observable array the grid should be updated, but instead a javascript error is thrown.

After investigating we found that the problem occurs in the following file.
Infragistics.UI.grid.knockout-extensions.js

There is a typo in the javascript, a variable 'olds' is used where it should be 'oldds' !

After changing this typo at 2 places, we found that this solved the problem.

Could you have a look into this issue, so other people using the knockout extension wont have this bug.

Greetings,

Christophe

Parents Reply Children
No Data