dhtmlxCombo

I am trying to change an existing combo to auto complete combo .But it is not working.
I have written

Please suggest me what to do.
Thanks

The provided xml snippet looks correct. Make sure that xyz.jsp returns the desired xml. It should consider “mask” paramater. Here are Combo docs:

docs.dhtmlx.com/doku.php?id=dhtm … :filtering

The returned xml of the source jsp page is

<?xml version="1.0" encoding="UTF-8"? > 1 2 . . I am using dhtmlxGrid2.6.But still it is not working. Please tell me what's the problem. Thanks.