Is there a way to initally render more than one page of a PageView control? But not all of them.
the RadMultipage control has the ability to render all views, or only selected view. I need to be able to pick and choose which view I want to initially render.
If the PageView control had the same functionality as the RadTree has with respect to the "Load On Demand" where it only loads the child nodes when you open that branch, but each subsequent click of that node, it does not perform a callback, that would be perfect.
Here is my scenario.
I have a tabstrip that has about 8 tabs. 3 of those 8 are related to a single record of data, and when you enter data into those fields, you can save that record. The other 5 tabs are supporting data (grids, charts, images, etc...) I want to render the first 3 pages so the user can navigate to those 3 pages quickly without having to perform a callback. The supporting pages can easily be handled with a callback, because there is no saving of any data on those pages.
We had a developer who custom build a tab control that could handle all this, but we have out grown its functionality (due to inability to easily modify, and skin the control). So we are using the RadTab control.
the RadMultipage control has the ability to render all views, or only selected view. I need to be able to pick and choose which view I want to initially render.
If the PageView control had the same functionality as the RadTree has with respect to the "Load On Demand" where it only loads the child nodes when you open that branch, but each subsequent click of that node, it does not perform a callback, that would be perfect.
Here is my scenario.
I have a tabstrip that has about 8 tabs. 3 of those 8 are related to a single record of data, and when you enter data into those fields, you can save that record. The other 5 tabs are supporting data (grids, charts, images, etc...) I want to render the first 3 pages so the user can navigate to those 3 pages quickly without having to perform a callback. The supporting pages can easily be handled with a callback, because there is no saving of any data on those pages.
We had a developer who custom build a tab control that could handle all this, but we have out grown its functionality (due to inability to easily modify, and skin the control). So we are using the RadTab control.