Hello,
I'm trying to hide a RadTab on the server-side and show/hide it on client-side.
I tried [TabObject].Style["display"] = "none" on the server side but I can't reach that "display:none" attribute from anywhere in the client-side.
On the client-side, I tried [TabObj].get_element().style.display = "", [TabObj].set_visible(true), none of them worked.
Waiting for your help.
Thanks in advance.
Orhan
I'm trying to hide a RadTab on the server-side and show/hide it on client-side.
I tried [TabObject].Style["display"] = "none" on the server side but I can't reach that "display:none" attribute from anywhere in the client-side.
On the client-side, I tried [TabObj].get_element().style.display = "", [TabObj].set_visible(true), none of them worked.
Waiting for your help.
Thanks in advance.
Orhan