Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
155
Event Order
posted

I have a number of pages that use UltraWebGrid with in grid editing.  I am trying to find out what page event (if any) occurs before the grids request data but after the page state has been reloaded.  On first request the Page_Load seems to be called before the grid_initializedatasource but on postback the grid_initializedatasource is called before the page_load.  I tried tapping in the page_initcomplete and page_preload events but those also occur after the grid_initializedatasource.  I have a basepage that all my webforms inherit from and I want to create a method in the base page that either captures a businessobject from sessionstate or restores one from an id on a hiddenfield on the page prior to the grids initializedatasource events.

Parents Reply Children
No Data