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
2715
Release UltraCombo from grid's cell
posted

I have a grid wich has in it's "add new" row a ultraCombo. For the other rows, on the same colum, the cells are uneditable. After a new row is inserted, in the new row, on that column instead of having a uneditable cell, i have the same ultraCombo.

Any ideea why, or could i stop that?

Thanks!

Parents
  • 17259
    Offline posted

    You have the UltraCombo, but can you change its value? Anyway, you can assign the combo to the cell only and not for the whole column. In the event handler where you set the activation of the template row, you can assign the combo to a single cell in that row.

Reply Children