Hi,
I would like to know if it is possible to drag a column from the win grid to a textbox?
Thanks
Okay, so like I said, if you drag the text of a cell, this will work automatically. If you want to draw a selected cell that is not in edit mode, then you would need to handle this yourself using the standard drag and drop methods for controls.
Sorry for the unclear question.
what i meant is when the user select a "cell" on a grid drag and drop it to a textbox it will use that value and refresh the grid.
I know we have a filter feature which does the same functionality but that is one of the feature requested by the business
Can you be more specfic? The title of your post says cell and the text says column. What would dragging a column to a TexBox mean?
If you select text in a cell of the grid, you can copy and paste it automatically or you can drag it to another cell or I beleive you can also drag it to a text box. If the cell is selected, then you would have to write code to begin a drag operation and then you could drop it on anything you want.