AD
Administrator
Syncfusion Team
December 8, 2006 12:00 PM UTC
Hi Ejaz,
Please try this code snippet in this[C:\Program Files\Syncfusion\Essential Studio\Version Number\windows\Grid.Grouping.Windows\Samples\CustomSectionInGroup] sample and let us know if this helps.
private void gridGroupingControl1_TableControlCellClick(object sender, Syncfusion.Windows.Forms.Grid.Grouping.GridTableControlCellClickEventArgs e)
{
if(e.Inner.RowIndex>0 && e.Inner.ColIndex>0)
{
Console.WriteLine("RowIndex="+e.Inner.RowIndex);
Console.WriteLine("ColIndex="+e.Inner.ColIndex);
}
}
Thanks for choosing and using Syncfusion Products.
Best Regards,
Jeba.