Hi
I hope this is again something quite simple that I just do not get to work
cause this is my first attempt with TreeGrid
What I am quite sure cause this allready works just fine with DataGrid
with all grouping filtering sorting batch edit and so on....
I suppose my
Odata API works as it should
ClassModel which I use should be OK
I try to show same simple flat data in tree
ParentIdMapping="Pedinnumero"
IdMapping="PeditId"
And this is my error
That is not odd at all, cause this is what odata4 adaptor
sends to API
( which works just fine with DataGrid)
and this is most confusing it send's filter "
ParentIdMapping" eq null
that does not return data as exepted so where this filter comes
info: System.Net.Http.HttpClient.Default.LogicalHandler[100]
Start processing HTTP request GET http://localhost:5199/odata/Pedit?$count=true&$filter=Pedinnumero eq null
info: System.Net.Http.HttpClient.Default.ClientHandler[100]
Sending HTTP request GET http://localhost:5199/odata/Pedit?$count=true&$filter=Pedinnumero eq null
info: System.Net.Http.HttpClient.Default.ClientHandler[101]
Received HTTP response headers after 3214.6684ms - 200
info: System.Net.Http.HttpClient.Default.LogicalHandler[101]
End processing HTTP request after 3243.2357ms - 200
Best regards,
Jukka