Open
Description
I am setting the options as follows where I am not setting the value field is not getting set, can some one help me
function bindDropDown1(data) { $.each(data, function (i, x) { $('#selec1').append(<option value="${x.Id}">${x.Name}</option>); }); }
Also if I would like to select few by default how can I do that
Metadata
Metadata
Assignees
Labels
No labels