I digged into docs and code of JQGrid(searchFilter.js), but could not find anything substantial. What I fail to understand is am using datePicker as dataInitialization for one of my columns, and autoComplete on another columns. While datepicker works fine no matter how many new filters I create, Autcomplete works only the first time( I have ac on my first column), I create the filter.
Am not able to nail down this disparate behavior yet.
The only tweak I think of is( finding text box corresponding to the filter I choose and if it matches what I want , add AC to the text box,nit sure if that works.)
$('#fbox_list').find('select[name=field]').autocomplete
update<>
Cheers
P