BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
private void gridGroupingControl2_CurrentRecordContextChange(object sender, Syncfusion.Grouping.CurrentRecordContextChangeEventArgs e) { if(e.Action == CurrentRecordAction.EnterRecordComplete && e.Record != null && e.Record is GridCaptionRow) { GridCaptionRow rec = e.Record as GridCaptionRow; Console.WriteLine(rec.ToString()); } }