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
361
Grid performance when handling Real Time Data
posted

My UltraWinGrid 7.3 grid, built with .NET3.5 (VS 2008)suffers from performance issues. I have tried the tricks given in http://news.infragistics.com/forums/t/15306.aspx ... this did improve performance, but now, certain grids "Blink" coz the updates coming in are too quick to handle. Here are my questions:

1) If only one cell is updated in a row, is there a way that only that cell is repainted and not the entire row/grid? If not, whats the least expensive way (time wise) of handling real time cell updates?

2) The DataSets im binding as DataSource have atmost 2 relations ... most have none at all. Would I still need to use a BindingSource to bind the DataSets?

Thanks.

 

 

 

Parents
  • 469350
    Suggested Answer
    Offline posted

    sbasavar said:
    2) The DataSets im binding as DataSource have atmost 2 relations ... most have none at all. Would I still need to use a BindingSource to bind the DataSets?

    The best way to tell is to try it out. I can't say for certain if this will be okay. But any problems you encounter will be immediately obvious. If you bind the grid directly, without using a DataSource, and you can expand down to the lowest level of data and select a row in the grid, I'd say you're safe.

Reply Children