#101585
fgeorgejr
Member

Also, I noticed that I always get stale data that is not up to date when I try something like:
grid.columns.toArray().forEach(function(element) {
console.log(element.visibleIndex + element.dataField);
});
 
So, what could be the proper way to do this? Any help is much appreciated.