WebPage showing WebListBox with the timer refreshing the list every minute, the WebListBox is using DataSource. The user can select multiple entries, open WebDialog, enter comment and hit Save button which updates records in database and closes WebDialog. The expectation is that the comment column will now show freshly entered comment.
I can’t use CellTextAt to update relevant comment cell in the selected rows.
I can re-run the query but that is not very efficient.
How do I update text of the cell in selected row in the WebListBox that is using DataSource class?
1 post - 1 participant