Display Grid/Details fields based on condition

So, I have a grid with the Details module enabled, but I want my Details module to show only certain fields, depending on the value of one of the fields in my Grid. Is there a way to do this? I want to do this without modifying the Grid, so I can’t use the onRecord event, as far as I can see. Any ideas?

I would make my own Form Application and use it as the Details, with an Edit Link to connect the two.

Hello again. I ended up just modifying the values depending on the parameters (setting them to “N/A”), but I’ll try to do it using the Form. I think I saw a tutorial somewhere about it.

Thanks for the heads-up