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.
Hi Clay,
I''m using a GDGB grid. And I''m using the Row enter event to restrict the User from navigating to other rows when he is currently editing a particular row. I''m popping a message saying you cannot navigate until the changes made are committed/Resetted.
But the problem is the row enter is event is getting fired twice and the message is popping up twice when the user is trying to navigate to other rows. The same is not happening when I hav a break point in the event and debug.
Bit confusing.. Need ur help.
Thanks,
Thiagu
ADAdministrator Syncfusion Team December 6, 2004 10:32 AM UTC
Instead of popping up the messagebox yourself, try setting this.grid.CurrentCell.ErrorMessage to hold your message, and setting e.Cancel = true in your RowEnter event handler.