Is there a way to capture when the Header gets clicked? When the "Text Here" is clicked I would like to perform an action. I have suggested adding Editor Button in the ButtonsRight but they would rather have it in the list like shown below.
Ideally they would like it at the bottom of the list as shown in this control but I am not sure that is possible.
Any other suggestions welcome.
I am finally getting back to this. The changes for the control dropdown work great. I am now having troubling capturing the click even if the dropdown is in a grid. Any suggestions?
Hello Laura,
I have modified the sample in order to have the UltraCombo inside the grid, by setting one of its columns as editor component. In order to have the click event of the combo inside the grid you simply need to change the statement which assigns the control variable in the UltraCombo1_AfterDropDown from DropDownManager.GetCurrentDropDownControl(ultraCombo1) to DropDownManager.GetCurrentDropDownControl(ultraGrid1), since the current owner of the DropDown is the grid itself not the combo editor.
Please let me know if you have any questions.
Regards, Ivan Kitanov
2843.ComboEditorHeaderClick.zip