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.
Using the SelectionMode.MultiExtended mode on my grid I get a wierd little side effect.
When I click somewhere in the table and move the mouse to the edge of the active cell the mouse cursor changes to a rectangle.
How do I disable that ?
Thanks
ADAdministrator Syncfusion Team August 22, 2003 05:50 AM UTC
In the grid's ControllerOptions property, turn off the OleDataSource flag.
Me.gridControl1.ControllerOptions = Me.gridControl1.ControllerOptions And Not GridControllerOptions.OleDataSource
JIJimmyAugust 22, 2003 06:10 AM UTC
Sorry but the VB syntax in your reply confuses me.
Can you give the C# equivalent ?
Thanks.
ADAdministrator Syncfusion Team August 22, 2003 08:15 AM UTC