Hi everyone,
i have a radgridview, 3 columns (customerLastName, customerFirstName, Money).
When it might groupby by customerLastName, i want to group header row is "customerLastName + total of Money".
ex:
Amy - 5,000,000
Barbara 2,000,000$
Belinda 2,000,000$
Emily 1,000,000$
how to implement it?
tks.
i have a radgridview, 3 columns (customerLastName, customerFirstName, Money).
When it might groupby by customerLastName, i want to group header row is "customerLastName + total of Money".
ex:
Amy - 5,000,000
Barbara 2,000,000$
Belinda 2,000,000$
Emily 1,000,000$
how to implement it?
tks.