See attached image, I would like to change background color to the very last total row while leaving the subtotal rows background color.
Is that possible?
Best Regards
Andrea.
1 Answer, 1 is accepted
0
Accepted
Jack
Telerik team
answered on 03 Apr 2013, 01:29 PM
Hi Andrea,
You can do this by handling the ViewCellFormatting event. The Groups property of DataGroup class can be used to determine whether the current row has child groups. Here is a sample: