List Refresh not removing selected records UI Builder?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2025 08:25 AM
Hi Experts
when i tried to refresh lisT using property tied to list component
api.setState('refreshReq', {timestamp: new Date().getTime()});
i see its refreshing list but the selected records stays the same,how can we eliminate selected values on list refresh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2025 10:00 AM
The list controller has an event handler called Set Highlighted Rows. Try calling that and passing a null.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2025 10:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2025 04:01 AM
You can use 'g_list.refresh(1)' function to refresh list of records.