Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by c.bilavarn on Nov 16, 2009 07:47
open dhtmlx forum
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
Answer posted by Alex (support) on Nov 16, 2009 08:31

Hello,

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

<column type="combo" filter="true" source="..." ...>....</column>