Hi,I have been trying to display a textbox instead of the existing column header whenever the user double clicks on it.
I intend to toggle the visibility between the header and the textbox.
Even though I do a
textBoxFilter.Location = e.Header.GetUIElement().Rect.Location;
and set visibility I dont see it. Is there anything else I need to do ?
Thanks,
KA
Thanks for the suggestions,it worked !!
Oh... you will also probably need to convert the Rect into form coordinates instead of grid coordinates.
Try textBoxFilter.BringToFront()