Skip to content

Unable to set the value to the control #27

Open
@Github743

Description

@Github743

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions