Posted 14 January 2026, 11:07 am EST
Hi,
Migrate from 2010v1 to 2025v2 399 in ASP.NET WebForms NET Framework 4.8.1.
Migrating C1Window to C1Dialog 2025v2 399.
Using C1Dialog from C1.Web.Wijmo.Controls.48.dll
I have the code javasciprt:
var dialog = $("#" + C1WindowClientID);
dialog.c1dialog({
title: TitleText,
modal: true
});
dialog.c1dialog("open");
I use open and close, now in C1Dialog 2025v2 399.
Which is the alternative now, for C1Dialog 2025v2 399
Differences using open or show ?
Differences using close or hide ?
dialog.show()
dialog.hide()
Thanks a lot
