Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
143668 | Mar 31,2019 02:20 AM UTC | Apr 1,2019 07:39 AM UTC | ASP.NET MVC - EJ 2 | 1 |
![]() |
Tags: DropDownList |
<script>
function aidchange() {
var agency_contact = document.getElementById('agency_contact').ej2_instances[0];
var AID = document.getElementById('AID').ej2_instances[0];
// agency_contact.enabled = true;
var tempQuery = new ej.data.Query().where('ID', 'equal', AID.value); // kindly pass the proper field for filtering (use the value field)
agency_contact.query = tempQuery;
agency_contact.text = null;
agency_contact.dataBind();
}
</script> |
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.