I find sometime xamComboEditor has different items number between ItemsSource and Items. I can't provider the data which I bind to ItemsSource. The scenario is I bind 4 item to ItemsSource but the Items only has one empty item. When I set SelectIndex as 2, it crash. I use 11.2 version.
Hello,
Share XamCobmoEditor is designed to be bound to object data and it is not suitable to work with primitive data types. In your case I can suggest you use wpf XamComboEditor control.
hi,
i have one doubt in xamgrid am having xamcomboeditor but i cant access this comboeditor name in my code behind page why? pls reply
advance thanks,
In 'Feature Browser', the xamComboEditor is in the namespace 'http://schemas.infragistics.com/xaml'.
You need not to change the xamComboEditor in my original sample. Could you check it again?
I think your sample use wpf XamComboEditor, but I want to use shared XamComboEditor the one showed in 'Feature Browser'.
‘Strictly bound to data’ means that you cannot add items directly in XAML. The provided code demonstrates exactly what I have in mind.
If you need any further assistance on this matter, feel free to ask.