Datagrid Refresh

  • Thread starter Thread starter Ritesh Sharma
  • Start date Start date
R

Ritesh Sharma

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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top