Need horizontal scroll bar for an Autocomplete cell property.
We have a case Id property where we need a horizontal scroll bar for the autocomplete cell property.
Need horizontal scroll bar for an Autocomplete cell property.
We have a case Id property where we need a horizontal scroll bar for the autocomplete cell property.
@DEVAKISIRISHAP To add a horizontal scroll bar for an Autocomplete cell property, you can create a CSS rule with overflow:auto; and apply it to the specific grid or cell where the Autocomplete control is used. This will ensure that the horizontal scroll bar appears only when necessary, without affecting the overall layout of the page
This is a GenAI-powered tool. All generated answers require validation against the provided references.