I want to find a way to programatically detect if a PageViewPage has just loaded so that I could bind the controls that are on that page?
Method SelectedPageChanged works great when you click on the handle of a Page, but it is not what I am needing.
Just so you understand my situation; I have a top level RadPageView with many PageViewPages (Section A, Section B, Section C, Section D, Section E...etc...etc). Inside each one of the PageViewPages, I have another RadPageView control with many PageViewPages of its own (Section E - Page 1, Section E - Page 2). Please see attached screenshot for details.
For instance, when I click on one of the PageViewPages (Section E) of the top level RadPageView; I want to detect which PageViewPage of the lower level RadPageView control is visible and active, so that I can popluate all controls on that PageViewPage only, with values from the database.
How can this be accomplished?
Method SelectedPageChanged works great when you click on the handle of a Page, but it is not what I am needing.
Just so you understand my situation; I have a top level RadPageView with many PageViewPages (Section A, Section B, Section C, Section D, Section E...etc...etc). Inside each one of the PageViewPages, I have another RadPageView control with many PageViewPages of its own (Section E - Page 1, Section E - Page 2). Please see attached screenshot for details.
For instance, when I click on one of the PageViewPages (Section E) of the top level RadPageView; I want to detect which PageViewPage of the lower level RadPageView control is visible and active, so that I can popluate all controls on that PageViewPage only, with values from the database.
How can this be accomplished?