Customise the Delete Popup and Edit Poup

Hi, I have some customisations issues with Syncfusion Schdule delete popup and syncfusion event edit popup. Here is what I want to do
1. Customise the highlighted buttons below. My editor popup is a customised one created from <EditorTemplate>


2. I need to change the header of my editor Poup

3. I need to change the text for the below highlighted parts for delete popup


4. I need to customise the color using a variable. 


Please kindly explain those, as I could not find any of the places which does above properly

Regards.

3 Replies 1 reply marked as answer

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

Hi Zkythers, 

Greetings from Syncfusion support. 


Q1, Q2 & Q3: You can customize the Editor window header text and footer buttons and delete alert window texts with the customized texts by changing the default texts available on the culture resource file in the Resources folder on your Schedule project directory like the below code. We have prepared a sample for your reference and it can be available below. Refer to the below UG link for more reference. 

[SfResources.en-US.resx] 
<?xml version="1.0" encoding="utf-8"?> 
<root> 
  <data name="Schedule_Cancel" xml:space="preserve"> 
    <value>Cancel current action</value> 
  </data> 
  <data name="Schedule_CancelButton" xml:space="preserve"> 
    <value>Close</value> 
  </data> 
  <data name="Schedule_Delete" xml:space="preserve"> 
    <value>Remove</value> 
  </data> 
  <data name="Schedule_DeleteButton" xml:space="preserve"> 
    <value>Remove</value> 
  </data> 
  <data name="Schedule_DeleteContent" xml:space="preserve"> 
    <value>You want to remove this event?</value> 
  </data> 
  <data name="Schedule_DeleteEvent" xml:space="preserve"> 
    <value>Remove Event</value> 
  </data> 
  <data name="Schedule_DeleteTitle" xml:space="preserve"> 
    <value>Remove Event</value> 
  </data> 
  <data name="Schedule_EditEvent" xml:space="preserve"> 
    <value>Edit Event window</value> 
  </data> 
  <data name="Schedule_EditTitle" xml:space="preserve"> 
    <value>Edit Event window</value> 
  </data> 
  <data name="Schedule_NewEvent" xml:space="preserve"> 
    <value>New Event window</value> 
  </data> 
  <data name="Schedule_SaveButton" xml:space="preserve"> 
    <value>Add</value> 
  </data> 
</root> 



Q4: Refer to the below UG link for how to customize the color of the Scheduler events and the quick info popup. 



Please let us know if you need any further assistance. 

Regards, 
Ravikumar Venkatesan 


Marked as answer

JH Jacob Hochstrasser September 9, 2022 07:27 PM UTC

Hello,


Regarding questions 1, 2, and 3, this does not seem to be working properly anymore. We have changed the resource file, and it has had no effect on the labels. They remain the same as they were. How are we able to customize them now?


Best Regards,

JacobScreenshot 2022-09-09 142601.pngScreenshot 2022-09-09 142622.png



RV Ravikumar Venkatesan Syncfusion Team September 12, 2022 05:40 PM UTC

Hi Jacob,


Greetings from Syncfusion support.


We have validated your query “questions 1, 2, and 3, this does not seem to be working properly anymore” at our end. We have validated your reported query in the latest version of Syncfusion.Blazor.Schedule and it works as expected and for the same, we have prepared a sample for your reference.


You can change the culture by following the steps provided in the below UG section. In the culture resource file, you can change your value with the default values.


UG:

https://blazor.syncfusion.com/documentation/scheduler/localization

https://blazor.syncfusion.com/documentation/common/localization


Kindly try the shared sample and let us know if you need any further assistance on this.


Regards,

Ravikumar Venkatesan 


Attachment: syncfusionblazorschedulecustomizescheduletextssample_4d6405d3.zip

Loader.
Up arrow icon