I have a situation where I want to add data to a data source in chunks. Because retrieving large amounts of data will be slow, part of the data will be retrieved and bound to the grid as needed. What is the best way to rebind / update the grid when rows are added? Does any data source type behave better with the datagrid than others when the data source size is increased? (It will never shrink).
Thanks.Greg
Thanks, Joe. This is good info, particularly on the background threading.