Flexgrid footer NET6

Posted by: devcode.ou on 23 April 2023, 8:20 pm EST

  • Posted 23 April 2023, 8:20 pm EST

    Hi

    could you help me to use the “columnFooters” in the flexgrig NET6 version

    this is my code in the old version:

    [code]public static void kFlexgrid__init_footer_group(FlexGrid flexgrid)

    {

    var gr = new MyC1GroupRow();

    gr.Background =System.Windows.Media.Brushes.LightGray;

    //flexgrid.ColumnFooters.Height =18;

    flexgrid.ColumnFooters.Background =System.Windows.Media.Brushes.Black;

    flexgrid.ColumnFooters.Margin =new System.Windows.Thickness(2,2,0,2);

    flexgrid.ColumnFooters.Rows.Add(gr);

    }

    public class MyC1GroupRow : C1.WPF.FlexGrid.GroupRow

    {

    public override string GetDataFormatted(C1.WPF.FlexGrid.Column col)

    {

    var data = base.GetDataRaw(col);

    return string.Format(col.Binding.ConverterCulture, “{0:”+ col.Binding.StringFormat +“}”, data);

    }

    }[/code]

    Thank you

  • Posted 24 April 2023, 9:24 pm EST

    Hi,

    Thanks for reaching out to us.

    We didn’t support ColumnFooter in FlexGrid Net6 yet. However, this is in our to-do list. You can check out ComponentOne 2023 RoadMap: https://www.grapecity.com/blogs/componentone-2023-roadmap

    There’s no ETA confirmed yet too. We will inform you once ColumnFooter property is added.[Internal Tracking Id - C1XAML-31590]

    Regards,

    Nitin

Need extra support?

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

Learn More

Forum Channels