Unplanned
Last Updated: 18 Jan 2024 10:32 by Dev
When making a partial PostBack while the Combos are inside a RadAjaxPanel, the components initialize in the reverse order, where the last Combo initializes first, the second to last initializes next, and so on. This way, the Child combos can't access the Parent's values as the parent is not initialized at that time.