matcruz
#1
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 
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
matcruz
#3
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 
sematik
#4
Unfortunately it’s not available to control the select list changing in the pivot.