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
145
TextBoxes instead of Column Headers
posted

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