B
BVM
Hi:
I am doing databinding on a datagrid with a big table. It takes very long time to finish it. I wonder if it's possible to use thread to divide databinding into several phases in the background. so user don't have to wait so long. for example, I display first 50 records to users, then add the rest using thread in the background. Is this possible?
Thanks,
Dennis Huang
I am doing databinding on a datagrid with a big table. It takes very long time to finish it. I wonder if it's possible to use thread to divide databinding into several phases in the background. so user don't have to wait so long. for example, I display first 50 records to users, then add the rest using thread in the background. Is this possible?
Thanks,
Dennis Huang