Hi Experts.
I need your Help again.
I’m trying to set a value to a combobox from Startup Script<-EditPage<-ClientScripts.
i writed this code:
$(document).ready(function(){
if(1>0){
$(“#x_estado”).prop(‘value’, ‘X’);elp
console.log(“logrado”);
}
});
but this code dont work
Thanks for your help
Richard