I have a grid that I am trying to get the value of a cell by using the following:
reqTypeTxt = row.getCellFromKey("RequestType").getValue();
The problem is when I group by the RequestType column the value of reqTypeTxt is undefined. I am trying to loop through the grid and get this value for each row. It works every other time except when it is grouped by that column. How can I get this value?