dojo - Refresh enhaced grid preserving client side filter -


how can refresh enhanced grid after filter in applied, preserving filter query?? doing grid.setfilter() clears filter. there way access active filters in grid give grid.setfilter(activefilters)?????

hmm..... got answer myself,

its grid.getfilter() gives current filters

grid.setfilter(grid.getfilter());

refreshes grid current filters..

that simple :)


Comments

Popular posts from this blog

sql server - NHibernate incorrectly creating ManyToMany table - Cannot define PRIMARY KEY constraint on nullable column error -

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -