BoldDeskHelp desk software offering ticketing, live chat, and omnichannel support, starting at $49/mo. for 10 agents. Try it 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;