Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
740
Get summation
posted

How I can get the value of the sum of my grid to load it into a variable.

And I can do to make the total line is level of the summations.

  • 53790
    posted

    Hello Carlos,

    Carlos said:
    How I can get the value of the sum of my grid to load it into a variable

    Maybe one possible approach could be if you are using ultraGrid1_SummaryValueChanged() event. For example:

    private void ultraGrid1_SummaryValueChanged(object sender, SummaryValueChangedEventArgs e)
    {
       var MyValue = e.SummaryValue.Value;
    }

    Carlos said:
    And I can do to make the total line is level of the summations

    If I understand well your requirements, maybe you could add additional summary. Please take a look at the attached video file for more details and let me know if you have any questions.

    Regards

    Video022.rar