Posted 3 June 2026, 2:58 am EST
Hi,
Migrate from 2010v1 to 2025v2 399 in ASP.NET WebForms NET Framework 4.8.1.
Using C1Dialog from C1.Web.Wijmo.Controls.48.dll
using
c1dialog({ position: 'center' });and
c1dialog({ height: height });
is valid ?
dialog = $("#<%= VoucherBreakDownWindow.ClientID %>");
if (height) {
dialog.c1dialog({ height: height });
}
dialog.c1dialog({
modal: true
});
dialog.c1dialog({ position: 'center' });
dialog.c1dialog("open");
any suggestions ?
