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
415
UltraCombo is only available on new rows
posted

Hi

I have the strange problem that my ultracombo is only available in a new row (in the addnewbox).

Whenever a row is added and saved (for example: I add, save, exit program, and open again) I can't access the ultracombo for the cell anymore.

Any ideas what might cause this behaviour?

Parents
  • 469350
    Offline posted

    Can you update any of the fields on existing rows? If not, then my guess is that you have set AllowUpdate to true, which disables editing in the existing rows, but does not affect the AddNewRow.

    You could also be setting Activation on the cell somewhere in your code, like maybe in InitializeRow or AfterRowUpdate.

Reply Children