Domanda

i use popup kendo grid and i use autocomplete for select Country and fill countryId to hidden input.

enter image description here

but when post data to controller , countryId is null.

enter image description here

please help me to fix this problem.

È stato utile?

Soluzione 2

I fix this issue by call event change() textbox in jquery.

Altri suggerimenti

have you looked at using the the select method built into kendo? http://docs.telerik.com/kendo-ui/api/web/grid#methods-select

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top