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
400
PerformAutoResizeColumns not working on calculated unbound column
posted

I've got an UltraWinGrid (v12.1) that contains an unbound column that calculates a running total.

As soon as I've set my DataSource, I call PerformAutoResizeColumns so that the layout "fits" nicely.

This works beautifully for bound columns, but not my unbound column.

If I put a button on my form and click it once the data has loaded, PerformAutoResizeColumns works nicely for the unbound column.

Out of the myriad of events that I can hook up to, which should I be using to get this working properly please??

Cheers,

James