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
close icon

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.
Live Chat Icon For mobile
Up arrow icon