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.
ADAdministrator Syncfusion Team November 25, 2003 09:07 AM UTC
What version of our software are you using?
I tried the Syncfusion\Essential Suite\Grid\Samples\In Depth\DerivedCellControlTutorial sample with our latest code, and it seems to be changing the cursor to a handcursor where appropriate.
The GridCellRendererbase.OnGetCursor should provide the cursor when GridCellRendererBase.HitTest returns a non zero value. (Otherwise, the current IMouseController object will provide the cursor.)
There are other ways to provide a cursor. One is to implement your own IMouseController, and the other is to derive the grid and override OnGetCursor.
EDEddieNovember 25, 2003 08:32 PM UTC
I am using 1.6.1 of syncfusion using .NET 1.1 on XP
Just recompiled the sample as is using VS.NET 2003 and no hand when my mouse is over the column
ADAdministrator Syncfusion Team November 26, 2003 05:10 AM UTC
This is not a problem for me using 1.6.1.8 on 1.1 and XP. You can download this version from your support home page on our website.
ADAdministrator Syncfusion Team November 26, 2003 11:35 PM UTC