

But I passed it from jsontoc# and this is the class it generated for the wrapper. Var customers = JsonConvert.DeserializeObject>(customersJson) ĮDIT: I guess the json file and the binding are fine! The problem is with the Customers class which wraps the json file.


Var customersJson = Regex.Unescape(content.Substring(1, content.Length - 2)) The code I am using to get the data and put it in CustomersList: var content = await () Propert圜hanged?.Invoke(this, new Propert圜hangedEventArgs(propertyName)) Protected void NotifyPropert圜hanged( string propertyName = "") Public event Propert圜hangedEventHandler Propert圜hanged While in the Json (response) they have a value.Īny idea of what is wrong? My Customers class is: public class Customers : INotifyPropert圜hanged Open the solution created in Lesson 2 and group orders in the grid by date. The other columns are shown but they are empty. DataGridView allows you to group data by the specified column. I can see the Grid but I see only certain fields like OID and CategoryFPA. When I bind the Data to my Grid like this: In Visual Studio, select the startup project and run the application.So I am consuming a Web Service and I have the value:ĬustomersList with the list of customers.
