Posted 3 March 2021, 5:53 pm EST
I have this code
some class constructor…
this.ObservableArray = new wijmo.collections.ObservableArray();
this.DataMap = new wijmo.grid.DataMap(this.ObservableArray);
I have a column in a flexgrid that has a drop down from this data map.
At some point the observable array might be updated from an ajax call.
I want to update the drop down in the flexgrid column