How can I set a value for Footers Column?

Posted by: jungdh on 19 July 2020, 8:27 pm EST

    • Post Options:
    • Link

    Posted 19 July 2020, 8:27 pm EST

    Hi.

    My Component version is 2019v3.

    Setting multiple footers and binding data loads grid data very slowly.

    How can I do SetData directly on the footer column?

    COVID-19 Be careful and have a happy day.

    ※ Sorry, I translated it with a Google translator.

  • Posted 20 July 2020, 5:19 pm EST

    Hi Jungdh,

    Sorry, we do not face the issue at our end with the multiple footers and we have attached the sample which is working fine at our end. If you are doing something else then please modify the attached sample accordingly to replicate the issue.

    >>How can I do SetData directly on the footer column?

    You can use the Caption property of the AggregateDefinition to set the predefined data.

    c1FlexGrid1.Footers.Descriptions[0].Aggregates.Add(new AggregateDefinition() { Caption = "Demo_Data" ,Column = 2});
    

    Thanks for your greetings and you too be safe at your end.

    Regards,

    Prabhat Sharma.

  • Posted 20 July 2020, 8:28 pm EST

    Thanks for prabhat.sharma.

    very easy code. … caption… hahaha.

Need extra support?

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

Learn More

Forum Channels