You can use:
$("#grid_id").trigger("reloadGrid");
it reloads grid with grid params that may be changed by browser user
( sorting name, page number), so if you want a full refresh or need
changed options on grid , you may need to use something like this:
$("#grid_id").setGridParam(default_paramete
Is it possible to define a regex with a # selector that will allow
select multible idies.
For example i want to select tags with idies those start with "div1."
or some idies with more complexed match that can be find through a
regexp expression
2 matches
Mail list logo