BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
private void gridGroupingControl1_TableControlPushButtonClick(object sender, GridTableControlCellPushButtonClickEventArgs e) { GridTableCellStyleInfo style = e.TableControl.Model[e.Inner.RowIndex, e.Inner.ColIndex]; if(style.TableCellIdentity.DisplayElement is GridRecordRow) { GridRecordRow rec = style.TableCellIdentity.DisplayElement as GridRecordRow; Console.WriteLine(rec.ParentRecord.GetValue("Col1")); } }
>private void gridGroupingControl1_TableControlPushButtonClick(object sender, GridTableControlCellPushButtonClickEventArgs e) >{ > GridTableCellStyleInfo style = e.TableControl.Model[e.Inner.RowIndex, e.Inner.ColIndex]; > if(style.TableCellIdentity.DisplayElement is GridRecordRow) > { > GridRecordRow rec = style.TableCellIdentity.DisplayElement as GridRecordRow; > Console.WriteLine(rec.ParentRecord.GetValue("Col1")); > } >} >
this.gridGroupingControl1.RecordExpanding
this.gridGroupingControl1.RecordExpanded
this.gridGroupingControl1.RecordCollapsing
this.gridGroupingControl1.RecordCollapsed
events.