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
355
Performance degradation adding summary row
posted

I have an UltraWinGrid with a potentially large datasource - anywhere from several thousand rows to 500k+ rows.

There is a known delay in fetching my data.

When I omit the summary row, the grid initializes and shows very quickly. When I add the single summary footer row  (SummaryType = Count, DisplayFormat = "Total Rows = {0:#######}"), the initialization time slows dramatically. The amount of slowness seems to be proportional to the size of the data.

What options are there to speed up this summary creation? The value I want displayed is fixed and doesn't need to be calculated.

Parents Reply Children
No Data