We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

CellType and cursor

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

2 Replies

AD Administrator 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


SS Stephane SansCartier April 18, 2005 05:41 PM UTC

It''s working, thank for the fast reply !

Loader.
Live Chat Icon For mobile
Up arrow icon