This question is locked. New answers and comments are not allowed.
in telerik grid column I want to show city name as autocomplete field (which is string) but actual Model of telerik grid is having int field city id. So, how can I write code for the same in telerik grid? i.e. all crud operation must use city id.. but for user it should show auto complete with city list.