|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Datagrid RefreshHi All,
I hope someone can help me with this. I am working with real time data.Where on one end there is a desktop application & on the other hand a PDA both communicating with SQL Server 2000 database. Now my problem is that the datagrids(Infragistics UltraGrid in this case) on the desktop are taking alot of time to be refreshed.I would be glad for any suggestions regarding the performance issues. Thanks, Ritesh To resolve, identify the source of the data...if it is SQL Server check the
performace of the query, if you are using any thread, make sure the process is closed by calling threadname.Join(). Raj Show quote "Ritesh Sharma" wrote: > Hi All, > I hope someone can help me with this. > I am working with real time data.Where on one end there is a desktop > application & on the other hand a PDA both communicating with SQL Server > 2000 database. > > Now my problem is that the datagrids(Infragistics UltraGrid in this case) on > the desktop are taking alot of time to be refreshed.I would be glad for any > suggestions regarding the performance issues. > > Thanks, > Ritesh > > > |
|||||||||||||||||||||||