User-1759624489 posted
It seems it doesnt work, I copued the AnyColumnAutoComplete.ascx and .cs to the filters folder
Then I replaced the webservice with your code.
Then I did the following
[DisplayName("Nombre Activo")]
[Required(ErrorMessage = "Este campo es Requerido")]
[Filter(Enabled=true,FilterControl="AnyColumnAutoComplete")]
public object Name { get; set; }
Then I run the page, the textbox is shown but when I start typing there is no autocomplete.
Thx