That view doesn’t have the comment text in it. That’s why you can’t just turn it on in the grid. You will have to load up an adapter that has the comment text in it, then do the get by ID. The JobEntry adapter probably has it, but there might be lighter weight one to get what you want.
Maybe someone can chime in with a good one to use. Search through the adapter list in object explorer and see if there is one that you can use.
When I get some time, I’ll dig around a bit, but I’m not the most knowledgeable in using adapters yet.
This has some good info on adapters.
This is where I learned how to use get by ID (not that long ago)