Help with autocomplete control
I have an autocomplete control that is populated from a report definition. The report definition accepts a parameter (CatalogueName) and returns a number of columns including CatalogueId
I want the user to be able to type characters from the CatalogueName into the autocomplete control and for the value of CatalogueId to be persisted to the underlying property (.MyCatalogueId)
So essentially, I want the Name to always be displayed in the control, but I want the Id to be persisted to the underlying property. I just can't seem to get it configured to do what I want!