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

Pivot Grid

1 Answer 177 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
Pal
Top achievements
Rank 1
Pal asked on 10 Mar 2020, 01:35 PM
How to disable "Drop Data Fields Here" for columns & rows from pivot grid 

1 Answer, 1 is accepted

Sort by
0
Alex Hajigeorgieva
Telerik team
answered on 12 Mar 2020, 12:34 PM

Hi,

One way to disable the Kendo UI PivotGrid settings is to add the "k-state-disabled" class in a dataBound handler:

https://dojo.telerik.com/@bubblemaster/iNILoNuD

dataBound: function(e){
    $(".k-pivot-setting").addClass("k-state-disabled");                
}

Regards,
Alex Hajigeorgieva
Progress Telerik

Get quickly onboarded and successful with your Telerik UI for ASP.NET MVC with the dedicated Virtual Classroom technical training, available to all active customers.
Tags
PivotGrid
Asked by
Pal
Top achievements
Rank 1
Answers by
Alex Hajigeorgieva
Telerik team
Share this question
or