Hi all,
can i change the grid url ? in my app i have to add a filter parameter to the url, that at the first load has a default value.
if i have:
newUrl = ‘index.cfm?event=reloadData&filter=’ + dataFilter;
$(“#list”).setGridparam({url:newUrl});
$(“#list”).trigger(“reloadGrid”);
the reload action in not triggered, ie grid does not reload
regards
salvatore
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top