Hi,
I have a simple script that summarize the balance on selected rows in MWS068.
The script works by subscribing to the IActiveGrid onSelectedRowsChanged, then summarize the selected rows when triggered.
My problem is that if the parameter "Enable New List" under "H5 Administration" -> "H5 Settings" -> "Application settings" is turned on, the onSelectedRowsChanged does no longer trigger when multiple rows are selected. It triggers on the first selected row, but not when I select multiple.
If I turn this parameter off, the onSelectedRowsChanged triggers as expected from selecting one or multiple lines.

My question is then what does this parameter do, and why does it appear to influence whether or not the onSelectedRowsChanged triggers?
I can find the documentation for the rest of these parameters, but not for the "Enable New List".