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
270
Reference breaks when WinGrid column is renamed.
posted

Hello,

I have an UltraWinGrid bound to an UltraDataSource with one UltraDataColumn with a key of "Age".

I have an UltraCalcManager on the form as well.

I set the UltraDataColumn key to "Age2" (when the user renames the column).

I add an unbound column to the grid and set it's formula to [Age2] and it displays #REF

I set it's formula to [Age] and it displays ages.

The UltraCalcManager isn't picking up on the fact that the key has changed.  Is there any way to tell it to update it's references?  I'd like to avoid deleting the column and re-adding it.

Thanks for the help!