BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi,
I want to create a custom component similar to messagebox using Predefined Dialogs in syncfusion. Is it possible to help?
var res=await objComponent.Show("Body","Title",DialogType.YesNo,Icon.Info);
if(res==DialogType.Yes)
...
else if (res=DialogType.No)
...
How can we change the button captions from OK/Cancel to Yes/No?
Hi Sarah,
We apologize for any inconvenience caused. You can easily customize the button captions from "OK/Cancel" to "Yes/No" by using the "Content" property. This will allow you to personalize the buttons according to your preferences.
To help you with this customization, we have prepared a detailed documentation section. Kindly refer to the following link for more clarification:
Documentation : https://blazor.syncfusion.com/documentation/predefined-dialogs/customization?cs-save-lang=1&cs-lang=razor
If you have any further questions or need additional assistance, please reach out us.
Regards,
Kokila Poovendran.
Hi,
Thank you for your answer
How can the following image be implemented?
src: https://blazor.syncfusion.com/demos/dialog/modal?theme=fluent
Hi Sarah,
Greeting from Syncfusion support!
Regarding the implementation of the dialog shown in your provided image, we've carefully reviewed your request and have prepared a customized sample for your reference. In order to achieve this design, we have overridden the CSS styles for the dialog component.
You can find a screenshot of the customized dialog implementation in the attached image.
Regards,
Kokila Poovendran.