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.
When I want to change the cell type of a row header using
e.Style.CellType = "AnyStyleName"
in the
MyBase.QueryCellInfo
event, the cursor changes to a black arrow pointing right when the mouse moves over the row header. I want to cursor to stay as the default cursor. Is there a property or function I need to set ? I’m using version 3.0.1.0 if the grid.
Thank
ADAdministrator Syncfusion Team April 18, 2005 05:29 PM UTC
The grid uses a mouse controller architecture to control cursors. There are two ways you can change the cursor. One is to implement your own mouse controller, and the other is to derive the grid, and override OnSetCursor. Here is a forum thread that has samples for both techniques.
http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=8551