How to customize SfDropDownList Grouping Text

Customizing grouping text  section is missing from  DropDownList documentation (under Style and appearance).

I would like to display  "Leafy and Salad", "Beans" etc categories in popup list using different font colour and size 


1 Reply

VJ Vinitha Jeyakumar Syncfusion Team June 13, 2022 08:04 AM UTC

Hi Andrey,


Your requirement can be achieved by customizing the below CSS code,

Code snippet:
<style>
    .e-dropdownbase .e-list-group-item, .e-fixed-head {
       color: blue;
    font-size: 20px;
    }
</style>



We will also include this information in our Documentation and it will be included in any of our upcoming releases.

Regards,
Vinitha

Loader.
Up arrow icon