Fixed property Columns C1GridView1 in 2025v1

Posted by: enrique.pv-ext on 26 May 2026, 9:47 am EST

    • Post Options:
    • Link

    Posted 26 May 2026, 9:47 am EST

    Hi,

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

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

    using C1.Web.Wijmo.Controls.C1GridView;

    In cs:

       C1GridView1.Columns[0].Fixed = true;

    Fixed not compiles, not exists.

    Fixed column [0] ??

    any suggestions ?

  • Posted 27 May 2026, 12:57 am EST

    Hi,

    To configure fixed columns in C1GridView, you can use the StaticColumnIndex property of ScrollingSettings, as shown below:

    c1GridView1.ScrollingSettings.StaticColumnIndex = 1;

    This configuration means that all columns up to index 1 will remain fixed (stay visible) when the grid is scrolled horizontally.

    Best Regards,

    Kartik

Need extra support?

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

Learn More

Forum Channels