i am using installpopup and removepopup in my application to display and remove a child panel.
my question is that when i open a child panel then i dont want my parent panel to receive any events at any of my callbacks of parents panel and when popup is removed then parent panel is again activated. in simple words i want to deactivate my parent panel when a popup is installed.
thanks in advance