The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
BMBalaji Marimuthu Syncfusion Team August 25, 2015 09:34 AM UTC
Hi Pratheep,
Thanks for using Syncfusion Products.
By using the ActionComplete event in Grid, you can change the title of Dialog Box. Please refer the sample and code example as below,
Sample: Sample_(2)
The ActionComplete event triggers for every Grid action’s success event. So, we have changed the Dialog Box title while adding and editing the records to Grid by checking the requestType as add and beginedit.