I have a XamDataGrid where I have Xamcomboeditors as the cell editor type. I have the property DropDownButtonDisplayMode set to MouseOver, however when I mouse over the cells with the combo editors I do not see the drop down button of the combo editor.
-Chris
Hello Sufyan,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Hi Stefan,
Your provided solution is very helpful for me its solve my problem. Thank you so much.
Thanks,
Sufyan
I have created a sample project for you with the functionality you want, Basically I copied the default template of the XamComboEditor, which is located here by default:
C:\Program Files (x86)\Infragistics\2013.2\WPF\DefaultStyles\Editors\EditorsGeneric.xaml file
and I removed the ToggleButton from the Template. I also handled the Loaded event of the ComboEditor that is located in the EditTemplate and set the ToggleButton's Width to 0 there.
Any update????
Hi Everyone,
I want to permanent hide XamComboEditor DropDownButton and display a search image on the place of dropdown button, similarly like in attached snapshot. Is there any possibility to permanent hide it? I was go through all the properties of DropDownButtonDisplayMode but i was not found any property who hide it permanently.