Allow partial text selection in read-only cells in DataGridView

  • Thread starter Thread starter Tristan
  • Start date Start date
T

Tristan

Hi,

On a DataGridView I have a column that is read-only which contains
long descriptive text. Is it possible to allow only a portion of the
text in the cells to be selected as is allowed when the cells are not
read only? i.e if a cell contained "This is some text" you could
highlight "This is" so you could then copy only that part of the
cell's text to the clipboard?

Any help appreciated.

Thanks.

Tristan.
 
Back
Top