Our pivot grid is using OLAP settings bound to a data-cube. I need to grab a handle on the SelectedIndexChanged event in the filter window's SetOptions; "Includes/Excludes".
I have tried the traditional mechanisms to wire the event during the FilterBox's Pre_Render event:
filterWindow.SetOptions.SelectedIndexChanged += SetOptions_SelectedIndexChanged;
However, I can not get the event to fire. Could I get some help?
I have tried the traditional mechanisms to wire the event during the FilterBox's Pre_Render event:
filterWindow.SetOptions.SelectedIndexChanged += SetOptions_SelectedIndexChanged;
However, I can not get the event to fire. Could I get some help?