Customize Resize Handle

Hi team, 

I used the CssClass property of the #eventSettingsTemplate to customize the color of an appointment - but this does not allow me to style the resize handle:

Image_8076_1724688163947

<ng-template #eventSettingsTemplate let-data>
                    <div class="e-inner-wrap" [style.background]="data.Color">
                        <div class="e-subject" [style.background]="data.Color">{{data.Subject}}</div>
                        <div class="e-time" [style.background]="data.Color">{{formatDateTime(data)}}
                            <span *ngIf="data.IsAllDay" class="ms-2" style="color: #fff; font-size: 11px;">(all
                                day)</span>
                        </div>
                    </div>
                </ng-template>


how can I also color them?

Thanks,


2 Replies 1 reply marked as answer

MM Max Melcher August 26, 2024 06:17 PM UTC

fixed it with the  Appointments in Angular Schedule component | Syncfusion render method.


Marked as answer

SR Swathi Ravi Syncfusion Team August 27, 2024 04:21 AM UTC

Hi Max,


Thanks for the update.

We are glad to hear that you found a solution from our documentation. Get back to us if you need any further assistance.

Regards,
Swathi


Loader.
Up arrow icon