I am using a drop down from another party to change the visibilty on some of the columns in my data grid. I believe that when I change the column visibility it is taking the focus from my drop down and causing it to close. Is there any way I can prevent this?
Hello,
I really cannot give you a good answer to that question. The issue is definitely not coming from the data grid ( if it is an Infragistics one) but probably from the drop down you are using. Try handling the selection changed event and prevent it from closing down, changing the focus back to it or giving forus to the item inside it.
Alex.