Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
585
RecordFitlerChanged event gets fired a second time
posted

I would like clarification on what I am seeing.

see attached project.

I am changing the AllowGroupBy property in the RecordFilterChanged event. So because I am doing this whenever the event fires it fires a second time. It has something to do with AllowGroupBy being changed. I assume it is because changing the AllowGroupBy property causes a RecordFilterChanged event because it is consider a filtering mechanism. Assumption because call stack is empty.

So I put on a button. In the button click event I pasted the exact same code as the filter change event. Clicking this button however does not create the same efffect.

Any help clearing up my confusion?

WpfApplication1.zip