Hi
How to get ejDropDownList get selected code in code behind
if ((args.requestType == "beginedit" || args.requestType == "add")) {
$("#ShipCountry").ejDropDownList({ width: '116px', dataSource: args.model.columns[0].dataSource, fields: { text: "Text", value: "Text", id: "Id" } });
}
if (args.requestType == "beginedit") {
$("#ShipCountry").ejDropDownList("setSelectedValue", args.row.children().eq(4).text());
}
protected void EditAction(string eventType, object record)
{
can i get select ejDropDownList selected Id
}
Pratheep
Attachment:
dropdownlist_1ac941e5.rar