BoldDesk®Customer service software with ticketing, live chat & omnichannel support, starting at $99/mo for unlimited agents. Try for free!
private void gridGroupingControl1_TableControlDrawCellButton(object sender, GridTableControlDrawCellButtonEventArgs e) { GridTableCellStyleInfo style = e.Inner.Style as GridTableCellStyleInfo;; if(style.TableCellIdentity.TableCellType == GridTableCellType.RecordPlusMinusCell ||style.TableCellIdentity.TableCellType == GridTableCellType.GroupCaptionPlusMinusCell) { ControlPaint.DrawButton(e.Inner.Graphics, e.Inner.Button.Bounds, ButtonState.Normal); e.Inner.Cancel = true; } }
this.gridGroupingControl1.TableOptions.ShowRowHeader = false;