Hi all,
We're evaluating the control(version 5.3.2), and have encountered an error while integrating with our website. We have div inside div, on the gfx that user needs to press to get file browse.
Simple way to reproduce the error:
<UplevelSelectorTemplate>
<div> <div>
</div>
</div>
<asp:Button ID="Button6" runat="server" Text="Button" />
</UplevelSelectorTemplate>
When running the page and moving over the button, we get Javascript error, see image at: http://img684.imageshack.../img684/9568/jserror.jpg
Please advice if it's our problem in understanding the documentation, and if possible provide workaround.
Thank you in advance