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.