DefaultRowHeight property not exists C1GridView 2025v2 399

Posted by: enrique.pv-ext on 24 April 2026, 6:11 am EST

    • Post Options:
    • Link

    Posted 24 April 2026, 6:11 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

    DefaultRowHeight="22px"
    <%--DefaultRowHeight="22px" --%>
               <cc1:C1GridView ID="C1GridView1" 
                   runat="server" 
                   Height="440px"
                   AllowPaging="false" 
                   AllowSorting="false"
                   ShowFilter="false" 
                   AutogenerateColumns="false"
                   ScrollSettings-ScrollMode="Both"
                   ShowFooter="false" 
                   
                   FilterStyle-HorizontalAlign="Left"
                   FooterStyle-HorizontalAlign="Left" 
                   HeaderStyle-HorizontalAlign="Left" 
                   SelectedRowStyle-HorizontalAlign="Left"
                   
                   HeaderStyle-Height="25px" 
                   EditRowStyle-ForeColor="Black"
                   EditRowStyle-BackColor="#FFFFCC" 
                   AlternatingRowStyle-HorizontalAlign="Left" 
                   RowStyle-HorizontalAlign="Left"
                   EditRowStyle-HorizontalAlign="Left" 
                   PageSize="36"  
                   OnRowDataBound="C1GridView1_RowDataBound">

    alternatives ? thx

  • Posted 27 April 2026, 12:52 am EST

    Hello Enrique,

    The alternative is “RowStyle-Height” property.

    RowStyle-Height="22px"

    If you face any issue or have any further query, please let us know.

    Regards,

    Uttkarsh.

  • Posted 27 April 2026, 5:29 am EST

    RowStyle-Height="22px"
    vs
    <RowStyle HorizontalAlign="Left" Height="10px" />
    

    ?

  • Posted 28 April 2026, 1:04 am EST

    Hello Enrique,

    This comparison aligns with what we discussed in the thread below:

    https://developer.mescius.com/forums/webforms-edition/style-properties-or-style-sections-in-c1gridview-2025v2-399

    If this doesn’t address your question, please provide a bit more detail so I can assist further.

    Regards,

    Uttkarsh.

Need extra support?

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

Learn More

Forum Channels