Hi, I have listGrid with pagination. When the user scrolls down to get more data, after the data arrives, I need to call the server asynchronously to fill some missing data.
I tried using the dataArrived method to do that, but it isn't good for me - because the listGrid already drawn the partial data, without updating fields' Value Maps.
Do you have any ideas on how to do that?
I tried using the dataArrived method to do that, but it isn't good for me - because the listGrid already drawn the partial data, without updating fields' Value Maps.
Do you have any ideas on how to do that?
Comment