Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
870
How to copy the unformatted cell values to the clipboard
posted

Using the PerformAction(UltraWinGrid.UltraGridAction.Copy) method to copy the collection of selected cells seems to always copy the formatted (ie. displayed) value rather than the actual cell value.  This can lead to significant rounding issues if a user is trying to copy values to Excel and then do some types of calculations on the pasted value.

Is there a way to cause the grid to copy the actual cell values or must we implement this functionality on our own.

Dana