asp.net - Customize Kendo DataSource's OData URL? -
I am using the Canando grid pointing to an ASP.NET Web API Odata Controller. I am wondering if it is possible to optimize / overwrite the generated Odita URL that is producing datasource of Kandu? My problem is that my date field is offset by date and I am trying to sort them based on those areas, although the Condo model field only supports string / bool / number / date, nothing for datetime offset . This is the generated URL for the date field:
that fails.
It should be:
data time offset % 272015-01-01T00% 3A00% 3A00% 27)
Is it possible Is it forced to use datetimeoffset instead?
You are probably not using the correct "Odata" transport effort with "Odata-v4" More information is available.
Comments
Post a Comment