the user bmcgin is a hero , he made my day and found out what was the problem.
it’s the column headers. on the website it’s formatted like this:mygrid.setColumnIds(“col1”,“col2”,“col3”);
But you need to format it this way instead:
mygrid.setColumnIds(“col1,col2,col3”);