DataGrid Sort Ambiguous match found

Exception:
System.Reflection.AmbiguousMatchException: Ambiguous match found.

public class Test

{

public string lastName {get;set;}

public string LastName {get;set}

}

Seems the GetProperty is not being set to case insensitive.

This will fix it:

It will be part of our next update later the week or early next week.