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.
Is there a way to add animation to the grid edit dialog when opening and closing it. I have an ng-template to customize the dialog, but can't make it to show the animation.
TSThiyagu Subramani Syncfusion Team May 26, 2020 01:42 PM UTC
Hi Didiel,
Thanks for contacting Syncfusion forum.
We can achieve your requirement “Grid Edit dialog animation” by applying animationSettingseffect in actionComplete event. please refer to the below code and sample.
In this below sample we have applied animation effect as ‘Zoom’
actionComplete(args: DialogEditEventArgs): void {
if ((args.requestType === 'beginEdit' || args.requestType === 'add')) {