I need to hidden the WebTextEdit control in Client Side with Client Side Script at Run time.
In webcombo i choose one particular category. if that category same with my predefined String the webtextedit want to hide.
anyone know tel me Please.
HI,
You can hide the WebTextEdit control on the client side using the setVisible method.
Here is some code snippets:
function hideTextEditor(){//debugger; edit.setVisible(false);}var edit = null;function WebTextEdit1_Initialize(oEdit, text){ //Add code to handle your event here. edit = oEdit;}
Here is a help link: for the WebTextEdit client-side Csom.
http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/WebTextEdit_Object_CSOM.html