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?
This sounds like an issue - when toggling the AllowGroupBy property, some styles are invalidated. You will not see this behavior if you toggle a particular field's AllowGroupBy property.
I will create a support case on your behalf so that you will be notified when the Service Release is out.
Thank you for your response. I am kind of hoping that changing the AllowGroupBy setting should NOT trigger a RecordFilterChanged.
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.