Trying to change Resource width

Hi,

I'm trying to change the Resource width because the string gets cut off:


I've been tying to follow what is in the documentation (https://blazor.syncfusion.com/documentation/scheduler/resources/#simple-resource-header-customization) but to no avail.

Thank you

3 Replies 1 reply marked as answer

RV Ravikumar Venkatesan Syncfusion Team August 20, 2020 04:20 PM UTC

Hi Leonardo, 

Greetings from Syncfusion support. 

We have validated your reported query “Trying to change Resource width” at our end. You can change the width of the resource column width with the help of the below CSS style. We have prepared a sample for your reference and it can be available below. 

[Index.razor] 
<style> 
    .e-schedule .e-resource-left-td { 
        width: 300px !important; 
    } 
</style> 


Kindly try the above sample and get back to us if you need any further assistance. 

Regards, 
Ravikumar Venkatesan 


Marked as answer

LL Leonardo Lo Turco Fiao August 21, 2020 09:39 AM UTC

Thank you!
That worked like a charm.


VM Vengatesh Maniraj Syncfusion Team August 24, 2020 04:47 AM UTC

Hi Leonardo, 

You are most welcome. 

We are happy that our solution has fulfilled your requirement.  

Please get in touch with us if you need any further assistance. 

Regards, 
Vengatesh  


Loader.
Up arrow icon