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.
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