Hello all,
I am interested in displaying multiple fields in the textbox portion of the autocomplete control when a user selects the value from the dropdown. I have templatized the dropdown using the template property. I realize one way to do this would be to just create the computed field in my web service and then set the dataTextField property to that field but it seems like there would be a way to do it within the kendo functionality itself. Is this something I can do in the schema perhaps?
Thanks for any guidance.