Question

Photo of Jorge Recio

0

Rock:GridFilter not saving previous filters

Hi everyone,
I noticed that some Rock:GridFilters such as the one in the GroupMemberList block do save previous filter selections. I would like to know how I can enable/implement that on the EventItemList block as the GridFilter in it is not saving previous selections.

Thank you


  • Photo of Nick Airdo

    0

    Jorge, I'm not able to reproduce the problem on the demo site.  Here you can see that the filters I set while logged in as the admin are preserved: http://rock.rocksolidchurchdemo.com/page/5339?EventCalendarId=1#

    And I verified that the code does implement the needed SaveUserPreference method calls to save the filters: https://github.com/SparkDevNetwork/Rock/blob/develop/RockWeb/Blocks/Event/EventItemList.ascx.cs#L168

    Is there one in particular that you are finding doesn't work?