This is a migrated thread and some comments may be shown as answers.

Disable Collapse in RadPivotGrid

1 Answer 113 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
Nesreen
Top achievements
Rank 1
Nesreen asked on 20 Mar 2013, 12:22 PM
Hey,

Help!! i need to disable the collapse in the pivot grid is that possible?!!
if not , can i customize the sum when i collapse to sum two columns only of three not all of them ?!

Thanks

1 Answer, 1 is accepted

Sort by
0
Galin
Telerik team
answered on 25 Mar 2013, 10:09 AM
Hello Nesreen,

You can easily disable the collapsing with the following JS code
function onPivotGrid (sender, args)
{
    $telerik.$(".rpgCollapse", sender).attr("onclick", "")
}

Also, about the second question, I am not quite sure that I correctly understand the case you are describing. Could you please give us more details on what you are trying to achieve?

Kind regards,
Galin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
PivotGrid
Asked by
Nesreen
Top achievements
Rank 1
Answers by
Galin
Telerik team
Share this question
or