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
205
How to change default copy/paste separator?
posted

Hi all, I have interesting question.

Let's set some text to grid cell and then copy:

Let's paste copied string to Word and enable showing of special characters:

You can see that cells are separated by some special symbols. But if I copy from old grid for VB 6 separator is tab symbol:

How can I set tab as a separator in Windows Forms Grid? If I should implement custom parsing how can I get copy string after calling grid.PerformAction(UltraGridAction.Copy)?

Any help would be appreciate.