Hi, I want to set the listgrid to be able to refresh and display new data whenever a selection change occurs in another listgrid. I have got it doing what I want it to, however, the outcome is very slow when there are many records. Can anybody tell me how to do this to make it quicker?
I am currently using the ListGrid.setData() method. I have also attempted to create my own DataSource but the executefetch method is called only occasionally. Is there a way of doing this?
P.s. The data in this second table is different data to that in the table with the selection, the data in this second table only relates to the selected data in the first table.
Any help would be appreciated.
Thanks
I am currently using the ListGrid.setData() method. I have also attempted to create my own DataSource but the executefetch method is called only occasionally. Is there a way of doing this?
P.s. The data in this second table is different data to that in the table with the selection, the data in this second table only relates to the selected data in the first table.
Any help would be appreciated.
Thanks
Comment