Pivot Table Events

Hi all…

How can i capture the event when a selector from pivot table is changed??

i need to know what selector is changed and his value.

Another question… how can i attach a footer to grid when selector is changed??
i need add a #stat_total every time a selector is changed

Thank you :slight_smile:


hello

try onChange event for combo

 combo.attachEvent("onChange", function(){/* your code */});

and get actual value by getSelectedValue()
http://docs.dhtmlx.com/doku.php?id=dhtmlxcombo:api_method_dhtmlxcombo_getselectedvalue

Hi Pacific15

Thanks for your time

but this is not a combo element, its a pivot table from grid, and i can’t acces through combo’s events :frowning:

Unfortunately it’s not available to control the select list changing in the pivot.