I'm using Document viewer in MVC application. I have used an extension to insert the document viewer on to a view. I added the following to web.config
<resources>
<addtype ="ThirdParty"/>
<addtype ="DevExtreme"/>
</resources>
<settings embedRequiredClientLibraries="true"/>
I'm getting:
SCRIPT438: Object doesn't support property or method 'resizable'
Hello,
This information is insufficient to give you a precise answer as to why this happens. Please provide us with a runnable sample project that illustrates the issue in action. Note that with a small example project, it is much easier for us to verify that the code that calls ours is valid, and that the way our controls are being used is recommended. This way, we can concentrate our resources on the problematic area: A request for simple example programs. Your time and cooperation are greatly appreciated.
P.S. I also recommend you review the SCRIPT438: Object doesn't support property or method IE web page where the same error is discussed. Perhaps this will help you resolve the issue.