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

Trigger Pivot grid element externally

1 Answer 68 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
tim
Top achievements
Rank 1
tim asked on 23 Nov 2020, 04:04 AM
Hi, I'm currently on trial and exploring the Kendo Pivot Grid feature.

I'm wondering is it possible to trigger interaction of the pivot grid element from externally element.
For example a button that when click, will expand this particular column members.

1 Answer, 1 is accepted

Sort by
0
Angel Petrov
Telerik team
answered on 25 Nov 2020, 07:56 AM

Hello Tim,

Please accept our apologies for the delayed reply.

In order to expand an column/row member one can follow one of two approaches.

1. Obtain a reference to the datasource of the pivot and call the expandColumn or expandRow methods.

2. Using jQuery obtain a reference to the expand buttons and trigger click using JavaScript.

Regards,
Angel Petrov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
PivotGrid
Asked by
tim
Top achievements
Rank 1
Answers by
Angel Petrov
Telerik team
Share this question
or