jQWidgets Forums
jQuery UI Widgets › Forums › Grid › Initial date filter fails with remote data › Reply To: Initial date filter fails with remote data
I made change on server to allow cross domain access.
But – it’s not even getting to the point where it makes request to server, it fails before. Btw, it does not fail for other data types like string or int. Only datetime. Please help.
http://status.axeom.us/datefilter-date.html NOT WORKING
Here is the sample with no initial filter http://status.axeom.us/datefilter-remote-nofilter.html, makes request and works fine
Sample with string filter (WORKS!) http://status.axeom.us/datefilter-string.html
Do you have a sample with initial filter, remote data and datetime field?