I have a page with several widgets (textboxes and DatePicker) and a grid with filtering enabled. If I click to filter a column on the grid, the filter popup displays without issue. However, if I click on one of the other widgets on the page, while the filter popup is still open, the filter popup closes, but the focus is not changed to the clicked textbox. This behavior occurs regardless of any changes made in the filter popup, just as long as neither the Filter nor Clear buttons are clicked.
Any suggestions on how to get the focus to properly change to the selected widget?
Thanks!