Hi I'm having a problem with TIWCGJQCheckBoxList.
I have a dialog where I move between components using the tab key, one of this components is a TIWCGJQCheckBoxList.
The problem is that when I close the popup list items using the mouse or the Esc key, the component lost focus and I can't continue navigating using the tab key.
I try to force the focus to the field using javascript in the OnClose event ( function (e) {$(<#myobjectname#>).focus();} ) but it does't work.
Is there any solution to this problem?
regards