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”
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.