I changed one of the sample dialog ascx files to have the following code from:
Code: HTML/ASPX
</eo:Dialog>
<p>
<a href="javascript:eo_GetObject('Dialog1').show(false);">Show Modeless</a>
</p>
<p>
<a href="javascript:eo_GetObject('Dialog1').show(true);">Show Modal</a>
</p>
to:
Code: HTML/ASPX
</eo:Dialog>
<p>
<a href="javascript:eo_GetObject('Dialog1').show(false);">Show Modeless</a>
</p>
<p>
<a href="javascript:eo_GetObject('Dialog1').show(true);">Show Modal</a>
</p>
<select id="grade_dropdown">
<option>-Please Select-</option>
<option>Horrible</option>
<option>Poor</option>
<option>Fair</option>
<option>Good</option>
<option>Excellent</option>
</select>
Then I ran the code and chose
Show ModalThough the rest of the screen acted like I had a modal dialog, I could still select from the
<select> list. This is an issue as we have <asp:ListBox> and <select>'s on our page.
Sorry to be such a pain pointing out all these issues. We are trying to use things in a certain way, and doing so seems to push these controls to the extremes.
I do appreciate the fast turn around time and responsiveness of your support. My biggest concern in using 3rd party tools versus rolling your own is how quickly issues are resolved. Your turn around time alleviates that concern