Hi,
I wanted to check if its possible to pass in a JSON object with a class object (TestClass below) and bind the Desc field of this as the dataIndx for the column?
So the property binded to the Column would be TestClass.Desc
{
"OrderID": 10702,
"CustomerName": "ALFKI",
"EmployeeName": "Peacock",
"TestClass": {
"ID": 1,
"Desc": "Gary"
}
Thanks,