PDA

View Full Version : Remote filtering with paging


seb2nim
01-26-2009, 09:04 AM
Hi,

I've read gxt would have remote filtering since 1.1... Apparently, not.

I guess it could be done by coupling triggerfield and overriding BaseListLoader and make changes in prepareConfig() ?

Did anyone already acheive this ?

Thanks.

Note : I want to do it 'clean' and not sure i can call 'load' on every key pressed (not see request cancelation).

sven
01-26-2009, 09:12 AM
http://extjs.com/explorer/#advancedcombobox

Uses remotefiltering with paging.