Hello, is it possible to select all the (table) text with my mouse in the ultrWebGrid and copy it to the clipboard? When I select now the text, I see only the cell selected (without copy option after right-click). When I left-click and drag over the selection, the selection only jumps to another cell.
I tried already a few combinations in the Feature Picker -> Selection. But no result unfortunately.
Thanks in advance.
-AJ-
You can just click and drag to select the cells and then hit ctr+c to copy the contents to the clipboard. I was pointing out the properties to set to allow such a feature. In addtion, the sample shows a webmenu being used to provide an additional way instead of just the keyboard shortcuts.
Hello, thanks for your fast reply. Do you mean that this, maybe difficult to make right-click menu , is the only way to simple select and copy the text in the Grid? Because like in the VS2008 GridView from Microsoft it's so easy to select and copy the text in the table grid.
Take a look at this sample:
http://samples.infragistics.com/2008.3/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
Notice the settings under DisplayLayout for SelectTypeCellDefault and SelectTypeRowDefault.