Crow Canyon Software Forum

Forum Navigation
Please or Register to create posts and topics.

Setting Column Width for Lookup Columns Displayed as Grid

We would like to be able to set column widths for lookup columns that have their Display As set to Grid, like we already do for associated items columns.

I've tried custom CSS (on the form and on the Branding page) and JSON column formatting on the SharePoint list settings. As far as I can tell the JavaScript under Advanced Settings is only for modifying displayed results, not changing other display formatting.

Is there another place I should be looking or should I submit this under User Voice?

Hi jlazzaro,

Could you please let us know if you are configuring this in a NITRO Form, NITRO List view, NITRO List search etc along with a screenshot. We can check this once we have this detail.

I'm working in a NITRO Form. In the attached screenshot I would like to make the Title column in the Table section around 70% width.

Uploaded files:
  • Screenshot-2026-04-27-at-3.56.05-PM.png

Hi jlazzaro,

We can set the width of the columns inside the associated column. Please follow the steps below to configure this:

NITRO Forms Designer → Select the Associated Item column → Edit → Go to the UI Settings tab → Populate the column width option as shown below and check the results:

{

"Title": {

"attributes": {

"style": "text-align: left"

},

"width": 600

}

}

You can change the width of the column accordingly.

Uploaded files:
  • Screenshot-2026-05-01-012837.png

That works if I move to an associated items column instead of a lookup column. I think I had a reason for choosing a lookup column, but I can't remember what it was (too many concurrent projects). I'll continue with the associated items column for now. In the long run it would be nice to have this formatting option available in NITRO lookup columns, though.

Thank you!