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

Get the FieldName of Configurator -Drag & Drop

1 Answer 109 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
Gus
Top achievements
Rank 2
Gus asked on 03 Oct 2015, 12:05 AM

Hello,

I need to get the "Field Name" when the user to  Add or Remove a Column, row or measure from Fields.

 

I need that when the user do drag & drop executed, fire a event with the Field Name it belongs

 

It is possibility?

 

thanks,

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 06 Oct 2015, 01:04 PM
Hello Gustavo,

The PivotConfigurator does not trigger any event when end user tries to add/remove columns/rows/measures. What you can do is to get the Kendo Sortable widget used in the PivotConfigurator and wire its change event: Note that this will work only when one dimension is moved from columns to rows and vice versa. If you would like to detect "remove" by click, then you will need to wire the click event of the tag itself.
In both cases, you will not be able to prevent deletion.

Please note that the desired functionality is not supported and the given information is just a guideline to help you solve your business requirements. Further support for custom implementation falls out of the scope of the standard support service.

Regards,
Georgi Krustev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
PivotGrid
Asked by
Gus
Top achievements
Rank 2
Answers by
Georgi Krustev
Telerik team
Share this question
or