Hi Team,
Is there any way to set some option value to list look up using Jquery or javascript.
Note: This should not always 0 - NA. But some cases i have to set 1 - Internal Fraud.
Hi Team,
Is there any way to set some option value to list look up using Jquery or javascript.
Note: This should not always 0 - NA. But some cases i have to set 1 - Internal Fraud.
Best answer by joseph_cervi
This should do it for you. This code populates the default value with the selectedindex. Change the index to the specific option number you want.
var JS_ControlName_X = JS_ControlName.replace('_hid',"");
NWF$('#'+JS_ControlName_X).prop('selectedIndex',0);
NWF$('#'+JS_ControlName_X).trigger("change");
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.