Hi guys
Well this is doing my nut in.
I have a Modal popup that has a text box (for time) and 2 buttons (OK, Cancel)
I have some validation on the text box but when my ValidatorCalloutExtender pops it displays behind the popup window.
I have tried the following
1) Chaning the z-axis;
modalPopupBehavior._backgroundElement.style.zIndex = 20000;
modalPopupBehavior._foregroundElement.style.zIndex = 30000;
2) Putting style='position: relative;' in a panel
I'd pull my hair out if there was any left