
The way we set the Grid CSS Class to a subgrid by going to the Subgrid Metadata, Advanced Settings, and we have this option
now for the same subgrid, I have a lookup column, when opening that one also has a grid, can I set the Grid CSS class for that one?
Example of a Lookup Records Grid (opened from a subgrid)
Hi @Robert94
Yes it is possible. But it requires some effort to achieve this. The idea here is to inspect the element and get the column name for the lookup column.
sample tutorial:
Then using portal management:
1. Upload a "Custom.css" web file under Content
2. Apply the CSS class with !important tag for the column which was inspected.
3. Hit save and close
------------
In Design studio
1. Pres sync configuration and preview the website. And press "Ctrl+F5"
Hope it helps.
------------
If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.