PointToRowCol in GridGroupingControl

Hi, where is the PointToRowCol Function hiding in a GridGroupingControl. I am trying to set different tooltips to cells like mentioned in the knowledgebase article "How do I display tips that vary from cell to cell in my grid" Can anybody help me ?? TIA, Oliver

1 Reply

AD Administrator Syncfusion Team March 31, 2005 10:16 AM UTC

Try groupingGrid1.TableControl.PointToRowCol, or in you are in one of the TableControl events, you can use e.TableControl.PointToRowCol.

Loader.
Up arrow icon