I am trying to switch our use of jquery over to that bundled with telerik since they are now the same version. However, I'm having a problem getting jquery-ui to work with it. I'm using jquery-ui to create a dialog, and it doesn't appear to work. Expanding the $telerik.$, I don't see a .dialog method on it.
I have the script references in our master page, as
then in a user control, I have
When I view the page source, I see the same order as this, the
is far above the jquery-ui lines.
Any thoughts