Hi,
In XAM Data grid, one column has Xam Combo Editor. That column alone does not have a sorting feature where in all the other column have. What could be an issue?
Hello,
I am not sure why this might be happening. You can see the example in the XamFeatureBrowser under XamDatGrid - Control and Composition - XamComboEditor in DataRecord. In that example, sorting is working for that field as expected.
Hi Alex,
Its by chance that the enumeration is also in the same order, so the sorting works correctly in the sample. I have the same problem whereby the grid columns sorts on the Value of the dropdown in the grid column and not the display member.
Another similiar problem is the fact that when you filter on a grid column with a combobox, the VALUES are displayed in the filter and not the display content of the combo boxes.
Are there any other properties to be set in order for the grid to sort and filter on the Display Path and not the value path of combo box grid columns?