Radzen and odata and composite key using datetime

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?

At the moment such key is not supported.

Is not supported from radzen or OData does not support composite key with datetime?

I’m afraid that I see composite key with a DateTime for the first time and I don’t have any additional information.

1 Like