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?
Hello,
I can see that. Toggling the AllowGroupBy seems to be causing this issue. I am going to bring that up to the Engineering team and follow up with you here if that is or is not an issue.
Thank you for your response. I am kind of hoping that changing the AllowGroupBy setting should NOT trigger a RecordFilterChanged.