![]() |
Admin 10/5/2018 |
You can can do so adding the following Javascript code to Add/Edit pages Javascript OnLoad event. $("select option[value='']").remove();
$("select[id^='value_EmployeeID'] option[value='']").remove(); |
E
|
edgarv 10/9/2018 |
this works really well $("select[id^='value_PRESSNUM'] option[value='']").refresh();
|
K
|
kouba author 10/9/2018 |
Thank you all for the reply. Yes I have some autofill, so I just use the individual remove script. |
E
|
edgarv 10/9/2018 |
Thank you all for the reply. Yes I have some autofill, so I just use the individual remove script.
|