GGC Nested Table Row/Col from Absolute Row/Col (3.3.0.0)

I want to set custom cursors for different cells in nested tables (and the main table). For example, I want all column header cells to always show the down arrow, and all row header cells to show the right arrow (like Excel). In the GridGroupingControl TableControlCellCursor event, I am given the absolute row/column index. When I am in a nested table, how can I figure out if this is a column or row header cell?

1 Reply

AD Administrator Syncfusion Team January 24, 2006 02:35 PM UTC

Hi Jonathan, To have custom cursor we have to derive the Grid and have to override the OnSetCursor. Header cells can be figured out by using the TableControl.PointToTableCellStyle method. I have attached a sample. Regards, Calvin.

Forum_40013.zip

Loader.
Up arrow icon