Format Row Headers

1 Answer 48 Views
PivotGrid and PivotFieldList
rodrigo
Top achievements
Rank 1
rodrigo asked on 19 Apr 2023, 03:20 PM

Hi,

I have a pivotgrid table like this:

true  |  vegetables    |   data   |  data  |  data
         |  fruit                |   data   |  data  |  data
         |  subtotal         |   data   |  data  |  data
----------------------------------------------------
false  | vegetables    |   data   |  data  |  data
          | fruit                |   data   |  data  |  data
          | subtotal         |   data   |  data  |  data 
How can i change the row header (true, false that are boolean values) using specifically cellformating?

1 Answer, 1 is accepted

Sort by
0
Dinko | Tech Support Engineer
Telerik team
answered on 20 Apr 2023, 08:14 AM

Hi Rodrigo,

You can use the GroupElementFormatting event to format the group nodes. You can check the Formatting Appearance help article where this event is described and see an example code snippet that modifies the group cells.

Regards,
Dinko | Tech Support Engineer
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
PivotGrid and PivotFieldList
Asked by
rodrigo
Top achievements
Rank 1
Answers by
Dinko | Tech Support Engineer
Telerik team
Share this question
or