How to set enabled/disabled in javascript for a WebCurrencyEdit? I can't find the CSOM documentation for this control.
HI ,
Here is a code snippet on diabling the WebCurrencyEditor
var editor = igedit_getById("WebCurrencyEdit1"); editor.setEnabled(false);
Here is a link to the Csom
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2009.1/CLR3.5/html/WebEditors_CSOM.html
Not working in VS 2008........