Hi guys; I have a dataview component that is using a sortable data provider. I have created a sortable dataprovider that has a constructor that takes parameters and produced data based on the parameters passed. I would like to update date the dataview by may be replacing its dataprovider and refreshing it via ajax. It doesnt seem to work.
- Is it possible to create a dataview that requeries the data with every reload? - Is it possible to replace the dataviews dataprovider and refresh it via ajax - Is it possible to use something like a loadable detachable model on a sortable dataview? - Is it possible to use make a listView sortable and pageable? All i want to do is to create a sortable pageable dataview that can be refreshed to show different data based on some parameters passed. Any feedback is appreciated. Josh.
