StatusVisible property C1Window to C1Dialog 2025v2 399

Posted by: enrique.pv-ext on 1 June 2026, 9:48 am EST

    • Post Options:
    • Link

    Posted 1 June 2026, 9:48 am EST

    Hi,

    Migrate from 2010v1 to 2025v2 399 in ASP.NET WebForms NET Framework 4.8.1.

    Using C1GridView from C1.Web.Wijmo.Controls.48.dll

    Changes C1Window to C1Dialog control.

    StatusVisible property not exists in C1Dialog

    Any suggestions ?

  • Posted 2 June 2026, 9:32 am EST

    Hello Enrique,

    C1Dialog does not include a StatusVisible property. As mentioned in the remarks for the StatusVisible property, it is intended to show or hide the status bar at the bottom of C1Window. (see https://helpcentral.componentone.com/nethelp/c1window/default.htm?turl=showingthestatusbar.htm)

    If your use case is similar, then in C1Dialog, instead of using the StatusVisible property, you can control the visibility of the status bar element using the CSS visibility property. Please refer to the attached sample for the implementation details. (see Dialog_Sample.zip)

    If your implementation differs from this scenario, please update the sample to include your current implementation. We will then try to suggest the best possible alternative in the newer version that fits your use case.

    Regards,

    Uttkarsh

  • Posted 2 June 2026, 10:02 am EST

    C1Dialog include a DisplayVisible property.

    Can I use DisplayVisible ? what is DisplayVisible ?

  • Posted 3 June 2026, 1:53 am EST

    Hello Enrique,

    Yes, you can use this property if it fits your requirements.

    The DisplayVisible property gets or sets a value indicating whether a server control is rendered in the page UI. Please note that when DisplayVisible is set to false, the server control is still created but remains invisible. The default value of this property is true.

    Regards,

    Uttkarsh.

Need extra support?

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

Learn More

Forum Channels