Hi,
I was trying to append child nodes to a jqxPanel widget but with no luck.
The code looks like this.
something
Javascript function which does this
document.getElementById(“jqxWidget”).appendChild(x);
This code is not appending the element x in the widget but outside the widget. In other cases when i am not using the widget the element is getting appended successfully . Is their anything silly i am missing out ?
Thanks in advance.