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'm trying to combine the Doubleclick event and the Select Row FAQ's for the datagrid (5.7 and 5.42). I have successfully coded the doubleclick event to capture the row selected but I also want a single click to highlight the row. The problem lies in the sub grid_MouseUp. This is where the row is highlighted but it interrupts the doubleclick event. I really want to highlight the row on grid_MouseDown but it doesn't work. Is there a way of highlighting the row other than MouseUp? Or can I prevent MouseUp from interrupting my TextBoxMouseDownHandler which tests to see if it's a single or double click?
Okay, simply upgrade the Framework to version 1.1 and the grids doubleclick event will work like any other.
> I'm trying to combine the Doubleclick event and the Select Row FAQ's for the datagrid (5.7 and 5.42). I have successfully coded the doubleclick event to capture the row selected but I also want a single click to highlight the row. The problem lies in the sub grid_MouseUp. This is where the row is highlighted but it interrupts the doubleclick event. I really want to highlight the row on grid_MouseDown but it doesn't work. Is there a way of highlighting the row other than MouseUp? Or can I prevent MouseUp from interrupting my TextBoxMouseDownHandler which tests to see if it's a single or double click?