Hello Stefen,
Hope you are doing well.
I need to show the Combo box with multiple checkboxes in xamdatagrid cell when it is in edit mode for this I have used XamComboBoxEditor,
This is really critical issue for my application, please help me out.
Please see the attached project & try to provide the solution with the same.
Thanks in advance.
Pradeep
Hello Pradeep,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
Thank you for your post. I have been looking into it and I modified the sample you have sent us, so now it works as you want. Basically I copied the default Style of the XamComboEditor and set the horizontal ScrollBar Opacity to 0 because its visibility is controlled by code. I also handled the XamComboEditor’s PreviewKeyDown event in order to make the highlighted item selected by pressing Tab key. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.