AD
Administrator
Syncfusion Team
December 21, 2004 09:05 AM UTC
Tere is no property setting that will allow you to control the cursor.
The TableControl in the GridGroupingControl manages the cursor through a mousecontroller architecture that allows it to manage the different mouse requirements.
There are two options to control teh cursor. One is to write a mousecontroller and register it with the tableControl, and the other is to derive the TableControl and override OnSetCursor.
The simplest of these options is to override tableControl.OnSetCursor. You also have to override teh GridGroupingControl to allow it to create an instance of your TableCOntrol class. Here is a sample.
http://64.78.18.34/Support/Forums/Uploads/GGC_Cursor.zip