Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
118
Getting the value of a cell in a column that is grouped by
posted

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?