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
120
Drag and Drop between UltraGrid cells – Append text to dragging image
posted

Hi,

Can you please tell me how can I achieve the following using Windows UltraGrid –

 

When I drag an UltraGrid cell value from one cell to another cell, how can I append text to the dragging image?

Example I want to append a string like “I am dragging this cell value to Row No 2”

  • 469350
    Suggested Answer
    Offline posted

    Hi,

    I'm afraid I am not sure what you are asking.

    What do you mean by "the dragging image?"

    As far as I am aware, the grid doesn't have any built-in functionality to drag the text of a cell from one cell to another. So if you are implementing the dragging yourself, then you have total control over what happens when you drop and can append anything you like.