Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
240
CellClickAction in a cell of a grid to copy the text
posted

I have a UltraGrid with some bands, but the layout is SinglBand.

I want to copy the text of a cell, but he cell must be readonly, so I have configured this properties:

Column.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.Edit

Column.ColumnActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit

The cell is correctly readonly, but i cannot copy the text inside the cell because the behavior of the cell is: Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect

Thank in advance

Giorgio