Browse By Tags

  • XamDataGrid: Catching cell value if record is deleted

    So I have a xamdatagid that incudes a comboboxfield that reads from a list of strings. I need the following functionality:

    If the user decided to delete a record (row) from the xamdatagrid, I want to be able to catch the deleted record so that I can add…

  • Deleting the selected item of a comboboxfield

    Good Morning

    So I have the following XamDataGrid

    As you can see, when I selected title 1 in the first row, it was removed from the list in the second row. However, if I change the selection in the first row to title 3 for example, title 1 won't reappear…

  • Binding two different ComboBoxFields in a XamDataGrid

    Good morning

    So I have the following XamDataGrid

    Each Combo contains a list of names and nicknames. what I need to do is when I select the nickname, the name gets selected automatically, and vise versa. So the selection of one needs to be attached…

  • 2nd ComboBoxField Filter display the ValuePath instead of DisplayMemberPath

    I'm using infragistics 14.2 ,in a XamdataGrid charged by a MvvM, the 2nd comboboxfield filter diplay de ValuePath instead of DisplayMemberPath but the 1st comboboxfield filter it works well 

     

    2nd ComboBoxField

    1st Combo box

    Both ComboBoxFied use a ObservableCollection…