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 get a grid to actually select a row on right mouse click? The row gets highlighted but the underlying selection does not seem to change. I''d like both mouse buttons to select the row.
Thanks!
ADAdministrator Syncfusion Team June 13, 2005 05:02 PM UTC
Try setting
grid.Model.Options.SelectCellsMouseButtonsMask = MouseButtons.Left | MouseButtons.Right;
This should make the left and right buttons behave the same when it comes to selections.