Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
912
performance when setting datasource on grid
posted

 I have a table in a dataset with 6100 records.  Customer complained of really bad performance.  Timer testing revealed that it took 48 seconds to do the:

MyGrid.datasource = ds.tables("MyTable").defaultview

I tried a number of variations... having the defaultview sorted, not sorted, sorted same a the prim key, turning off syncwithcurrencymanager all to no avail.   I'm at my wits end trying to figure out why this is taking so very long mostly because I don't know what the setting of the datasource for a grid actually does.  Any ideas about what I should be looking for? 

Thanks, Ron 

Parents Reply Children
No Data