autocomplete mode of combo in a grid

Hi,



I have a combo (type=“combo”) in my grid . I load the combo with the source attribute in the xml. So when I load my grid my combo is also loaded. When I typing something in my combo a service is call in server side. Is it possible to not call a service but filter with the values from the first loading ?



I have v.2.1 build 90226



thanks.



c.bilavarn


Hello,


please check that you don’t use auto attribute. Try to use filter instead


<column type=“combo” filter=“true” source="…" …>…