Hi, I would like to know if there are method for the ListGrid to remain checkbox checked when I call ListGrid.refresh()?
In our application, there will be a timer triggered every 5 seconds, when the timer runs out, we will invoke ListGrid.refresh() and retrieving data from server side.
The checked checkbox will be cleared when the timer timed out. I've try to use ListGrid.setReselectOnUpdate() but it doesn't work or getSelectedState() when the timer times out and setSelectedState() before refresh() and still no luck.
Can you suggest how to achieve this goal that I need to keep the checkbox checked when the list grid is refreshed? Thanks in advance.
In our application, there will be a timer triggered every 5 seconds, when the timer runs out, we will invoke ListGrid.refresh() and retrieving data from server side.
The checked checkbox will be cleared when the timer timed out. I've try to use ListGrid.setReselectOnUpdate() but it doesn't work or getSelectedState() when the timer times out and setSelectedState() before refresh() and still no luck.
Can you suggest how to achieve this goal that I need to keep the checkbox checked when the list grid is refreshed? Thanks in advance.
Comment