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!
We have derived from GridControl and have overwritten some methods and events, but we have not made any change on SelectionChanged event. But although, this event does not come through anymore.
Do you have any idea?
Best regards
Barbara
ADAdministrator Syncfusion Team May 13, 2003 02:21 PM UTC
If you cannot select cells, you might check these properties.
SelectCellsMouseButtonsMask property to make sure you have either correct buttons allowed.
Me.grdEstimate.Model.Options.SelectCellsMouseButtonsMask = Windows.Forms.MouseButtons.Left Or Windows.Forms.MouseButtons.Right
Also, check your AllowSelection property to make sure you are allowing selections.