I am trying to find out if the webcombo is visible on the client, in order to do some other things.
if have the webcombo..
var WebCombo = igcmbo_getComboById("wcBadge");How can I get the visible property?
Hello Daryl007,
If you have any further questions with his matter do not hesitate to contact me.
I will be glad to help.
Sincerely,
Georgi Sashev
Developer Support Engineer
Infragistics, Inc.
http://es.infragistics.com/support
Thank you for posting in our community. You need this code to retrieve if the combo is visible:
igcmbo_getComboById("WebCombo1").getVisible();
I hope this helps.