List size in SpreadSheed

Hello please your support,

Query, in Spreadsheet it defines a column type list, it displays the list of data, how can I expand the width of the list and change the font and font size, it shows me as follows:



I need to show as follows:


Thanks.


1 Reply

AS Aravinthan Seetharaman Syncfusion Team September 29, 2021 04:02 AM UTC

Hi Hector,
Thanks for contacting Synfusion Support.
We have checked your query. We have achieved your requirement in Sample level by overriding css in Spreadsheet. Please refer the below css code snippet
e-ss-ddlwrap{
font-family: Segoe UI,Helvetica Neue,Ubuntu,Arial;
font-size: 27px;
}
e-ss-ddlwrap .e-widget{
width: auto !important;
}
Could you please check the above details and get back to us, if you need assistance on this.
Regards,
Aravinthan S



Loader.
Up arrow icon