Disable/Gray out items in shop

Hi there! I looked through the documentation (and the forum) and couldn't find an answer for this, so I thought I'd ask if it exists before implementing it. Is there a way built in to gray out or disable item view slots in the shop grid if the player doesn't have enough money to buy it?

Thanks!
 
I can't think of a solution out of the box, no.
As you suggested, you can implement your own custom ItemViewModule or component for it.
 
Top