Hello, I'm using a RadGridView and in one of the Column the data is actually 2 fields combined : a date and a name.
Since I'm also using the filtering popup on this column of the grid, I would like the sort to be applied on the date but the filtering to be applied on the name.
To achieve the wanted behavior, you could set the FilterMemberPathand SortMemberPath to the corresponding fields of the property, that is bound to a column. For example, if the property has 2 fields (as specified Name and Date), you could set them to the mentioned properties as follow: