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.
I am looking to make a save button in my component only available (enabled/disabled), if the ejs-grid has been edited.
Is it possible to detect if an ejs-grid has been edited?
RRRajapandi Ravi Syncfusion Team March 27, 2023 02:08 PM UTC
Hi Jazzy,
Greetings from Syncfusion support
From your query we could see that you like to capture the
action when the Grid is open to the edit state and saving the record. You can
capture the edit actions using the actionBegin and actionComplete
events of Grid. Please refer the below API for more information.