Question

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.

Was it helpful?

Solution 2

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

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top