Hi.
I have a business requirement that we use either an UltraCombo or an UltraGridComboEditor to allow a user to select an item from a list. The users would also like to have another button in that cell.I have gotten this to work by using the ButtonsLeft property on UltraCombo and the UltraGridComboEditor,wiring up to the appropriate event.
Now, we have a new requirement that we need to enable / disable the button created in the ButtonsLeft according to values on each row. IE, we may have 1 row where the button is enabled and the next row it might be (depending on some business rules and value of each row's cells).When I use an UltraCombo and set the columns editor it, the button across all rows becomes disabled when I disable it in one cell (which makes sense since I beleive that, under the hood, they are all pointing to the same UltraCombo).
I have tried setting the cell.Editor to a new instance of the UltraCombo for each row (Yeah, I know its not efficient but at this point, I'm trying to get something to work) but when I try to disable the button, tis telling me t that the cell's editor is a "EditorWithText" object that does not have anything in the ButtonsLeft collection (depite the fact that I see them on screen).
Any help with be appreciated.
Thanks,Jason
Hello Jason,
Thank you for your post . I understand that you are writing app code to extend the control since your requirement is not something available buit in please share a sample /code to understand the scenario ,I can discuss it with the development team and could provide you more information.
Regarding the post you shared , yes that bug was fixed and the sample attached to the bug I am attaching here for you to have a look. Earlier the issue was , text on the editor button does not updated to "this" but after fix it does (on button click , in the console).
Please share your sample of your tried scenario, for further investigation .
Also , i noticed that you are using version V19.1 which is no longer supported , possible bug is already fixed with the latest V23.2 supported version , so if you can share the sample then i can test it for you or you can ,TextEditorBug.zipif you have license for latest.
This seems related to:https://es.infragistics.com/community/forums/f/ultimate-ui-for-windows-forms/79485/editorbutton-embedded-in-ultraformattedtexteditor-embeded-in-ultragridcell-text-value-won-t-change-at-runtimeDid this ever get fixed?