Hello,
I've got a problem with multiple combo-boxes tab order.
Setup two combo boxes with autopostback="true" and give each one a
I've got a problem with multiple combo-boxes tab order.
Setup two combo boxes with autopostback="true" and give each one a
OnSelectedIndexChanged event. I have an ajaxmanager on the page. If you select an item in the first control and press tab the focus goes somewhere off the form. If you select an item in the first list and press shift-tab the focus works correctly. Or if you put a non-post back control between the two combo boxes the focus works correctly.
I don't think using the OnClientSelectedIndexChanging event is an option because the selecting values from these drop downs drive other UI options.
Any ideas?
Thanks,
Rob