Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
145066 | Jun 4,2019 08:53 PM UTC | Jun 18,2019 01:53 PM UTC | ASP.NET Core - EJ 2 | 3 |
![]() |
Tags: ComboBox |
var data = ddCountryData; // copying the datasource to a variable
data.push({ Name: 'New State', Code: 'GS' }); // Pushing the newly added item to the duplicated datasource
comboBoxObj.dataSource = data; // binding it to the dataSource property
comboBoxObj.dataBind(); // Calling dataBind method to update the changes to the control immediately |
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.