I found that the tag in my dialog was getting a z-index of 1, preventing any of the controls from working. Instead of changing the z-index for each control, simply changing the z-index of the tag to 1010 (a value higher than the default of the dialog) worked for me.