Hello Radzen Team,
I have a table with a composite key
etc.
CountryLimits
CID ,
ApprovalDate
UID
LimitVal
where the compositekey is CID,ApprovalDate,UID.
The radzen makes scaffolding and creates the code. The datagrid has data means the GET call to /CountryLimits is OK.
However, when I select one item returns 404 not found.
the uri which radzen has create is
http://localhost:5000/odata/LimitsData/TblCountryLimits(CID=1,ApprovalDate=5/29/2015 12:00:00 AM,UID=2) but never been resolved from server.
Any suggestions?