Hi experts,
I'd like to make use of xamComboEditor to do something like datapicker, I put a calendar in xamComboEditor's itemtemplate, but i shows nothing on screen, even after I set height of the calendar, it still shows nothing. Please help~
<ig:XamComboEditor Name="xamComboEditor1" IsEditable="True" > <ig:XamComboEditor.ItemTemplate > <DataTemplate> <Calendar Height="60" /> </DataTemplate> </ig:XamComboEditor.ItemTemplate></ig:XamComboEditor>
Hello Ming,
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.