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
Use ActivateOnly instead of NoEdit.
http://help.infragistics.com/Help/NetAdvantage/WinForms/2009.2/CLR2.0/html/Infragistics2.Win.UltraWinGrid.v9.2~Infragistics.Win.UltraWinGrid.Activation.html
hi,
I am using ultrawebgrid in my application. I need solution for where the user is can select the text by using mouse and copy the text by right click or ctrl+c. So can you please provide any solution for this.
Thanks
Karthick.
Hi Karthick,
This is the wrong forum, you should post your questions about UltraWebGrid in the WebGrid forum.