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
395
Resizng column with summaries
posted

Hi,

I came across the following issue.

Int UltraGrid I have some summary rows. There are two of them. Both of them in one column, placed at the top of grid bellow each other.

When I double click the column to perform resizing or resize the column calling PerformAutoResize the column width is not calculated correctly.

I am attaching small sample application. There are summary rows placed at the bottom and at the top.

Case 1: when double clicking column to perform autoresize, Autoresizing does not include summary rows

Case 2: Calling PerformAutoResize resizes column 2 correctly. Column 1 calculates width of first summary row, but no the second 1

Case 3: In designer try to switch summary rows. Switch shortCol1 and longCol1 summaries. Then proceed to case 2. Everything works fine.

Is this behavior a bug or is there a way to make resizing columns properly?

InfragisticsSample_Resize.zip
Parents Reply Children
No Data