In javascript I can set:
group.set_enabled(
but there is no equivalent group.set_visible(false) to hide the group.
Is there any way to do this?
P.S. There is a get_visible but no set_visible.
Hi jcad,
Please let me know if I can assist you further with this issue.
I looked into the behavior of the groups when their visible property is set to false, and noticed that a style attribute is rendered to the element. You can access the elements through our CSOM to set these attributes. I have some code snippet examples below:
The following documentation shows more details on this method:http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.2/CLR4.0/html/WebExplorerBar~Infragistics.Web.UI.ExplorerBarItem~element.html
If you have any further questions about this matter, please let me know.
After looking through our documentation, I haven't been able to find a set_visible function either. I'll need a little time to research and test some other methods of achieving this. I will update you again on this matter by Wednesday.
If you have any further questions or concerns on this matter, please let me know.