Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
143344 | Mar 15,2019 02:29 AM UTC | Mar 15,2019 12:31 PM UTC | JavaScript - EJ 2 | 1 |
![]() |
Tags: DropDownList |
// Access the control's instance
var ddlObj1 = document.getElementById("IdCiudad").ej2_instances[0];
// Use the value property to select a value
ddlObj1.value = $("#IdCiudad").val();
//Call the dataBind method to affect the change immediately
ddlObj1.dataBind(); |
var rbObj = ej.base.getComponent(document.getElementById("rdEmp"), ej.buttons.RadioButton);
rbObj.checked = true; |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.