I have added a WebExplorerBar to a page. For each ExplorerBarGroup, the item is a user control that I created. I have gotten it to the point that it loads properly. Now, when I click on a text-field in one of the user controls, it immediately loses focus. I can't figure out how to maintain the focus on the object that is clicked on.
I think this is probably a fairly simple setting on the bar or the group or the item, but I'm not sure. Please help.
Here is the explorer bar code (please note, I've tried this with and without the AutoPostBackFlags tag and get the same result either way):
Ok - the answer to this was to change the AutoPostBackFlag: <AutoPostBackFlags ItemClick="On" />