Page 1 of 1

Cannot tab off TIWCGJQDropDown when form is Modal

PostPosted: 05 Oct 2017 20:44
by esthermann
I have TIWCGJQDialog when I set the TIWCGJQDialogOptions property: Modal = true, I cannot tab off the TIWCGJQDropDown controls on that form. When I set Modal = false. The tab order works as expected. Please advise.

IntraWeb 14.1.14
Version: 14.1.14
Build Date: 20170511

CGDevTools
Version: 4.0.1.61

Re: Cannot tab off TIWCGJQDropDown when form is Modal

PostPosted: 09 Oct 2017 11:20
by Alexander Bulei
Hi esthermann,

You need activate the TabIndex property on components, and also, the zIndex should be higher then your modal dialog.

Best Regards.

Re: Cannot tab off TIWCGJQDropDown when form is Modal

PostPosted: 09 Oct 2017 18:56
by esthermann
Thanks Alex.