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
475
Disable/enable text input for UltraComboEdtior inside UltraGrid row
posted

I have two cascading UltraComboEdtiors inside the AddRow template of the UltraGrid.

Depending on the selection of the first combo, I want to change the text input capability of the second combo.  Sometimes they can only select from the list and other times they have to enter text because the list will be empty.

I have tried setting the column style at runtime depending on the value of the first list, but it's not affecting the second dropdown.  It only works if I set it at design time (Grid_InitializeLayout).  I'm trying to set it in Grid_BeforeCellListDropDown because that's where I'm detecting the selection of the first dropdown and populating the second dropdown.

Is this possible?