Hello! i want to display a xamgrid with TextColumns when the user is browsing the grid, but when the user click on a item and go into editmode i want to show a ComboBoxColumn insted.
what is the best and easyest way to implement this behaviour to the xamgrid
regards
Hi Frederik,
to achieve this scenario you need to use a ComboBoxColumn and set its EditorDisplayBehavior to EditMode. Follow the link for more details on this capabilities of ComboBoxColumn.
Let me know if you need any further assistance on this.
Hope this helps,
Just what i needed.
thank you very much =)