Hello, I'm having a little issue with my datagrid. I have an insertion row with a combo box. It works fine.
However, the source of this combo box may be changed depending of what the user does.
If the user is selecting something in the combo box in insertion row and then do something that will change the combo box item source, if the combobox is selected in the insertion row, it will appear empty (just appear because if he clicks on the combobox the new items will drop down) when refreshed because the previous selected item is not in the combo box' new item source.
The best way would be to re-initialize my insertion row when I want or to clear it. I looked a little and didn't figure how to do it.
A nice work around would be to just deselect the cell in the insertion row. I looked in that direction too and didn't find anything either.
A hint or an example for both solutions would be great.
Thanks.