Posted 2 October 2017, 10:36 am EST
Hi,
I’m wondering if there is a way I can manually trigger specific event on each column in FlexGrid wijmo. I’m not using the angular version. So i would like to have something like :
this.gridInstance.columns.forEach(function(item){
// trigger the event for each columns for example : resizedColumn
// and then execute the code that is in
// this.gridInstance.onResizedColumn = function(s) {
// console.log(“something”)
//})
});
