asp.net mvc - Kendo Grid UI bind foreign key column based on other foreign key column value -
i have kendo ui grid 2 foreign key column country , location. while editing, when country column value changed, want rebind location dropdownlist edit. location dropdown should bound based on countryid passed.
really stuck here. in advance.
you need use .cascadefrom("country_id") in dropdown of location need send selected country , send controller
Comments
Post a Comment