Hello,
1. I want to to hide Column Header, Row Header and Measure Header of iggrid.2. I want to change the color of the Pivot Grid, I can configure the code does.
Please give me suggest.
Thank you.Sulada
Hello Sulada,To hide the Column Header, Row Header and Measure Header of Pivot Grid and change the color of it you have to change the following style as:
<style>//for Change the color .ui-widget-header{ background: yellow; }
//For Hide the row #pivotGrid_measures { display : none ; } #pivotGrid_columns { display : none ; } </style>I am attaching the sample project use to test. Please find the attachment to achieve the desired behavior in the Pivot Grid.
In the sample I changed the Pivot Grid color as black.
Hello,I want to hide Drill down/up the members of a hierarchy,I am attaching image for you