Page 1 of 1

UserDialog/Column Sorting issue

Posted: August 2nd, 2022, 10:51 am
by CameronDouthitt
This is a fix needed for a client on PL2 on 5.1 Classic.

I have a page with a list that has Column header sorting. There is a button that utilizes the UserDialog service. The 'no' path for this UserDialog service just goes straight to a Terminate and doesn't do anything else. When I click the button and go down the 'no' path, the column header sorting stops working.

Re: UserDialog/Column Sorting issue

Posted: August 2nd, 2022, 10:58 am
by CameronDouthitt
After posting this I realized that it doesn't seem to have anything to do with the UserDialog.

My page design is a main table that has 5 cells vertically. Each of the cells has a nested table structure that has a list. All of these lists have column header sorting. Each list is sourced from a different data source.

The issue seems to be caused by just running one of the lists data sources(I have them separated like this for efficiency). The rest of the lists column sorting with stop working at this point besides the one list that had it's data source run.