I have problem with the current web page using WebListBox with DataSource, using Postgres DB.
The code method builds list of all accounts for the given custodian/manager combination and selects specific account that was picked by user from the WebDialog using his search. The list of fetched accounts may be big (> 500 rows), the selected account may be invisible at this point. I want the row with the selected account to appear at the top of the list, this should be done inside the code. Is there a way to do it?