With the standard datagrid view in vs2010, I can highlight several rows in an excel sheet, containing, say title ID numbers, then left click on the datagrid and paste those values into the grid.
Is that even possible with the telerik grid view ?
Thanks.
1 Answer, 1 is accepted
0
Ivan Petrov
Telerik team
answered on 21 Dec 2012, 01:36 PM
Hello Cristian,
Thank you for writing.
The same functionality is available in RadGridView as well. Data can be pasted in RadGridView if it is stored in the clipboard in one of the following data formats: HTML, UnicodeText, Text or CommaSeparatedValue. Data copied from Excel and from RadGridView is stored in the clipboard in HTML format, therefore you can copy paste freely between the two.
I hope this is useful. Should you have further questions, I would be glad to help.