Trying to integrate DOJO w/ a pre-existing code base. Any advice on how to troubleshoot the issue below and improve performance?
Background:
A traditional drop down Select box was previously generated by looping through a cursor of data and spitting out the HTML output. The data set has about 3,000 items in it, and is fast when the user navigates up and down the traditional list.
Issue:
