Migrate from 2010v1 to 2025v1: javascript (jQuery 1.11.1) dependencies

Posted by: enrique.pv-ext on 11 December 2025, 5:30 am EST

  • Posted 11 December 2025, 5:30 am EST - Updated 11 December 2025, 6:44 am EST

    My company wants purchase license 2025v1 for ASPNET Web Forms. Now, I test the trial.

    I have C1WebWijmo.Webforms_4.8.20251.392.zip

    Not info aobut 2025v1 in release history: https://developer.mescius.com/componentone/docs/webforms/online-releasehistory/releasehistory.html

    https://jquery.com/support/

    Supported versions

    We support only the latest version of jQuery. The 1.x and 2.x branches are no longer supported.

    jQuery 3.x is the current version branch of jQuery.

    ASPNET Web Forms supports jQuery 3.x ??

    readme.txt (in zip) has

    Dependencies

    jQuery 1.11.1

    jQuery UI 1.11.0

    jQuery Mobile 1.4.0

    Wijmo 3.20242.182 ---- > what is Wijmo 3.20242.182 ?

    In zip, hast clientJs folder with many scripts js files.

    For example, for CDialog control uses

    [WidgetDependencies(typeof(WijDialog), “extensions.c1dialog.js”, “extensions-open.min.js”)]

    In documentation https://developer.mescius.com/componentone/docs/webforms/online-dialog/CreatingC1Dialog.html appears /jquery-1.8.2.min.js and /1.9.1/jquery-ui.min.js

    do I need include in my client code jQuery 1.11.1 and jQuery UI 1.11.0 or /jquery-1.8.2.min.js and /1.9.1/jquery-ui.min.js ?

    do I need include y my client code any script js file from clientJs folder ? Controls will included javascripts file embedded ?

    ASPNET Web Forms supports jQuery 3.x ??

    what is Wijmo 3.20242.182 ?

    Any suggestions ?

  • Posted 12 December 2025, 8:20 am EST

    Hello,

    Apologies for inconvenience.

    We’re looking into your query and will get back once we have more information.

    Regards,

    Uttkarsh.

  • Posted 15 December 2025, 2:26 am EST

    Hello,

    jQuery and jQuery UI versions

    ASP.NET Web Forms itself does not restrict the jQuery version you can use. However, ComponentOne Wijmo-based WebForms controls are built and tested against specific jQuery versions.

    For ComponentOne WebForms 2025v1, the supported client-side dependencies are:

    • jQuery 1.11.1
    • jQuery UI 1.11.0
    • jQuery Mobile 1.4.0 (only required if you are using mobile-specific controls)

    Although jQuery 3.x is the current jQuery release, Wijmo 3–based WebForms controls are not certified or tested with jQuery 3.x, and using newer versions may cause unexpected behavior.

    We therefore recommend continuing to use jQuery 1.11.1 and jQuery UI 1.11.0 with ComponentOne ASP.NET Web Forms controls.


    Documentation references to older jQuery versions

    Some documentation pages reference older jQuery versions (for example, jQuery 1.8.x / jQuery UI 1.9.x). These references are from earlier releases and are meant for illustration only.

    For current versions, please rely on the Dependencies section in the product package (readme.txt), which reflects the supported versions for 2025v1.


    Client-side script inclusion (clientJs folder)

    The JavaScript files provided in the clientJs folder are included for reference, debugging, and advanced customization purposes.

    In normal usage:

    • Required Wijmo and ComponentOne scripts are embedded in the C1.Web.Wijmo.Controls.48.dll
    • Scripts are automatically registered and loaded by the controls at runtime using internal dependency attributes (for example, WidgetDependencies)

    You do not need to manually reference individual JavaScript files from the clientJs folder in your application.


    C1Dialog and widget dependencies

    Controls such as C1Dialog automatically load their required client-side scripts. The WidgetDependencies attribute you mentioned is used internally by the framework to ensure that all necessary scripts are loaded in the correct order.

    No additional client-side script references are required beyond the supported jQuery and jQuery UI libraries.


    Wijmo 3 version clarification

    Wijmo 3.20242.182 refers to the legacy jQuery-based Wijmo framework that is internally used by ComponentOne ASP.NET Web Forms controls.

    This is different from the modern Wijmo (Wijmo 5) JavaScript product. ComponentOne WebForms continues to rely on Wijmo 3 for backward compatibility and stability.


    Release history

    The public release history page only includes release history for versions upto 2020v1 because no major changes has been introduced in the API. The C1WebForms suite has been legacy since then. So, you can rely on the readme.txt file that includes all the major/minor changes upto the installed version.

    Regards,

    Uttkarsh.

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels