Page 1 of 1
How to use IWCGJQCheckBoxList in IWCGJQDialog?

Posted:
07 Oct 2015 09:14
by ariopax
Hi
I create IWCGJQCheckBoxList with items in IWCGJQDialog with code in oncreate event of IWCGJQDialog.
But it open behind of IWCGJQDialog.
What i do for correct it?
Best Regards.
Re: How to use IWCGJQCheckBoxList in IWCGJQDialog?

Posted:
07 Oct 2015 09:17
by Alexander Bulei
Hi ariopax,
Use the Intraweb ZIndex property.
Best Regards.
Re: How to use IWCGJQCheckBoxList in IWCGJQDialog?

Posted:
07 Oct 2015 09:26
by ariopax
Hi
My IWCGJQDialog ZIndex is 1000,and i set IWCGJQCheckBoxList ZIndex to 2000.but problem is remain.

Best Regards.
Re: How to use IWCGJQCheckBoxList in IWCGJQDialog?

Posted:
07 Oct 2015 09:32
by Alexander Bulei
Hi ariopax,
Also, check the MenuZIndex property in JQCheckBoxListOptions.
Best Regards.
Re: How to use IWCGJQCheckBoxList in IWCGJQDialog?

Posted:
07 Oct 2015 10:22
by ariopax
Hi
Solved!
Thank you
