Hi,
I'm using UltraWebGrid 6.3 with ASP.Net 2.0. However, I can Not Select / Copy cell text from a cell at all. Is there any property in the ultrawebgrid which enables select/copy cell text?
Yes, of course. This sample shows just that:
http://samples.infragistics.com/2009.2/WebFeatureBrowser/contents.aspx?showCode=true&t=WebGrid/CopyPaste/default.aspx~srcview.aspx?path=../WebFeatureBrowserVB/WebGrid/CopyPaste/default.src~srcview.aspx?path=WebGrid/CopyPaste/default.src
Some people, who dont have a habit of using much keyboard, dont know that we can use Ctrl-V for paste.
Is there any chance we can include the 'Paste' option when we right click on the grid?
I got the solution.
Just have to remove this property - CellClickActionDefault="Edit"
May be I got over excited as the copy functioanlity worked :-)
I have one more issue.
As I mentioned earlier, if I click on a cell, it goes to an editable mode. If I paste, then nothing gets pasted.
I have to press 'Enter', which gets me out of the editable mode, then use the scroll keys to navigate to the cell from where I wasnt my pasting to begin, and then hit 'ctrl + V'
Isn't there any other way where, if I click on the cell, it doesn't go to an editable mode, so that I can select a cell and hit 'ctrl + V'?
Hey, thanks Alex.
I think the earlier version did not support this functionality.
Anyways, I understood what went wrong. I was not able to do it earlier, because when you click on a cell, it goes into an editing mode. Need to press 'Enter' and then paste.
Got it!