Hi,
I have a multiple kendocomboboxes on a page which are not cascaded. I have a datasource as below.
var dataSource = new kendo.data.DataSource({
dataType: "jsonp",
customDataField: "ChangeParameters", //AutoCompleteDetails[index][2],
serverFiltering: true,
transport: {
read: onAutoComplete
}
});
When I type something in the comboboxes the onAutoComplete function is called correctly. The only issue I have is I am unable to find the combobox which triggered this.I am totally stuck over here. Please help.
Regards
Vijay
I have a multiple kendocomboboxes on a page which are not cascaded. I have a datasource as below.
var dataSource = new kendo.data.DataSource({
dataType: "jsonp",
customDataField: "ChangeParameters", //AutoCompleteDetails[index][2],
serverFiltering: true,
transport: {
read: onAutoComplete
}
});
When I type something in the comboboxes the onAutoComplete function is called correctly. The only issue I have is I am unable to find the combobox which triggered this.I am totally stuck over here. Please help.
Regards
Vijay