16
Views
3
Comments
Solved
[OutSystems Data Grid] Saved View filters don't show in UI since version 2.21.0
outsystems-data-grid
Reactive icon
Forge asset by OutSystems
Application Type
Reactive
Service Studio Version
11.55.52 (Build 64498)
Platform Version
11.40.0 (Build 46369)

We make use of Saved Views in our applications and ever since upgrading the Data Grid to version 2.21.0 (and even 2.21.1), the columns in the UI no longer show visually the column filter, albeit, behind-the-scenes it is being applied.

The process we use Saved Views is:

  1. Call the Data Grid client action GetViewLayout
  2. Save the Config returned from GetViewLayout to the database
  3. Display to the user a dropdown of their saved views
  4. When a view is selected, get the Config from the database, and call the Data Grid client action SetViewLayout

Doing this, when a view is selected, not only does it apply the filter behind-the-scenes, but the UI shows the filters applied by the icon for each column being darker, and when said icon is clicked, the filter information is shown in the filter popup.

This was all working prior to version 2.21.0, thus I'm guessing there were changes that were introduced that now doesn't allow us to see the applied filters in the UI.

Any thoughts or assistance any of you have in regards to resolving this?

Thanks

2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

Hi @Shawn Hall 

First of all, thank you for reaching out.
This is indeed something we were already aware of and tracking under the code ROU-12515 (for future reference in the release notes). 
This is related to the Wijmo Flexgrid upgrade, and we're planning to include this in the next release (second half of February).

Cheers,
GM 

2017-12-18 01-31-16
Shawn Hall

Awesome, thank you Goncalo!

2017-12-18 01-31-16
Shawn Hall
Solution

FYI, this was fixed in Version 2.21.2 with release notes:

Fixed Issues and Improvements

  • ROU-12515 - Fixed an issue where the SetViewLayout client action failed to apply filters to the correct columns. This fix ensures that column filtering remains accurate and consistent with the intended layout configuration.
2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

Hi @Shawn Hall 

First of all, thank you for reaching out.
This is indeed something we were already aware of and tracking under the code ROU-12515 (for future reference in the release notes). 
This is related to the Wijmo Flexgrid upgrade, and we're planning to include this in the next release (second half of February).

Cheers,
GM 

2017-12-18 01-31-16
Shawn Hall

Awesome, thank you Goncalo!

2017-12-18 01-31-16
Shawn Hall
Solution

FYI, this was fixed in Version 2.21.2 with release notes:

Fixed Issues and Improvements

  • ROU-12515 - Fixed an issue where the SetViewLayout client action failed to apply filters to the correct columns. This fix ensures that column filtering remains accurate and consistent with the intended layout configuration.
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.