vote up 0 vote down star

Hi everyone,

  1. Is there a way that I can select a bunch of rows or cells from a SilverLight DataGrid and Copy them for pasting into e.g. excel?

The DataGrid doesn't seem to have this functionality built in!

Thanks a lot

flag

2 Answers

vote up 0 vote down

Silverlight uses a vector rendering system. The text is not the same as text in Notepad- it's being rendered as a vector image. You can't highlight text in Silverlight or Flash.

If you're writing the app, offer a "download Excel file" button that redirects to an Excel file generator.

link|flag
Silverlight 3 adds a "FileSaveDialog" control that can be used for this functionality. – Jeff Wilcox Aug 6 at 17:06
vote up 0 vote down

Will do, thanks Dave...

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.