DevExpress GridControl cells' inner text selectable but not editable

后端 未结 1 338
轮回少年
轮回少年 2021-01-26 10:07

GridControl is working like~ Excel natively:

  1. Clicking once on the cell selects it. Copy copies the cell value and the header.
1条回答
  •  粉色の甜心
    2021-01-26 10:42

    Have you tried

    GridView.OptionsBehavior.CopyToClipboardWithColumnHeaders = False
    

    Also you could try this approach suggested by DevExpress

    Copy single cell content to clipboard from XtraGrid when user presses Ctrl+C

    0 讨论(0)
提交回复
热议问题