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

Hide a row in RadPivotGrid through code

1 Answer 56 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
Srinivas
Top achievements
Rank 1
Srinivas asked on 28 Mar 2016, 12:45 PM

Hi,

 

I have code in this format:

                LocalDataSourceProvider1.RowGroupDescriptions.Add(GetGroupDescription("ABC"));
                LocalDataSourceProvider1.RowGroupDescriptions.Add(GetGroupDescription("DEF"));
                LocalDataSourceProvider1.RowGroupDescriptions.Add(GetGroupDescription("XYZ"));

Now I have to add a Row, which is invisible to the user (I have to send that as an argument to a converter later).

 

 

Thanks in advance,

Srinivas M.

 

1 Answer, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 29 Mar 2016, 06:47 AM
Hello Srinivas,

I'm afraid it won't be possible to add anything invisible in the PivotGrid. However what you can do you would be set the DeferUpdates property of the provider to true. This way you could modify the RowGroupDescriptions as many times as needed and the PivotGrid won't be refreshed until manually call the Update() method of the provider.

Hope this helps.​

Regards,
Kalin
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
PivotGrid
Asked by
Srinivas
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Share this question
or