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
715
different value list in one column of tree
posted
is it possible to valuelist not associated at column level but associate at cell level in tree.i have to show different valuelist in different cells of same column.Is that possible..thanks once again for the advice. one way i found is assign diffrent ultracombo controls to each cell's editorcontrol property. i don't think it is efficient. Thanks, Kumar
  • 69832
    Offline posted

    You could probably assign an EditorWithCombo to the Override.Editor property, handle its AfterEditMode event, and change the contents of the ValueList therein.