best way to programmatically make a dataregion refresh? | kevink | 2011-06-15 12:31 |
Status: Closed | ||
Well, DataRegion can't refresh in place on the page -- the whole page must be refreshed by changing the URL when a sort/filter changes. If the filter and sort aren't changing, can you just refresh the entire page using window.location.reload()? |
||