Page 1 of 1

GetPivotData

PostPosted: 06 May 2015 08:49
by etwoss
Hi

Changed from TIWAppForm to TIWCGJQFrame
I have a TIWCGJQComboBoxEx on my form. Whenever i changed the value the OnGetPivotData was triggered
Now as a Frame this does not happen anymore.
How can i trigger the event (OnGetPivotData) in a Frame?

Eric

Re: GetPivotData

PostPosted: 06 May 2015 09:09
by etwoss
Found!

Just have to call Pivot.AjaxRerender() in the OnChangeEvent

Eric