Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - janvsc

Pages: [1]
1
Help for ParamQuery Pro / Re: Date not sorting correctly
« on: August 13, 2014, 04:19:18 am »
Thank you for the quick response

All good now

2
Help for ParamQuery Pro / Date not sorting correctly
« on: August 12, 2014, 07:48:31 am »
Hi,

I am sending a date (JSON)  to pgdgrid in the following format: DD/MM/YY and the column is defined as { title: "Date", width: 70, dataType: "date", align: "right" }
The date is displayed correctly but when I click on the column header to sort, the column is sorted as MM/DD/YY

How do I correct this?

Regards

Jan

3
Help for ParamQuery Pro / Re: Export to CSV http error
« on: July 23, 2014, 01:19:57 am »
First you need to setup/configure webmatrix to allow POST requests.

This post might be helpful to you.

https://www.google.com/analytics/web/?hl=en&pli=1#realtime/rt-overview/a36965243w65204129p66989776/


The link is not useful. It takes me to Google Analytics?

4
Help for ParamQuery Pro / Re: Export to CSV http error
« on: July 22, 2014, 01:15:48 am »
Hi,

Server Windows 2008 R2
asp.net (Webmatrix - not mvc)
Using javascript example

ps. Will send Paypal ID as soon as I get get it from the accounts people ;-)

Please share the server setup ( web server / OS/ server side framework )

If you have been using ASP.NET (MVC), you need to add this annotation before controller method.

[HttpPost, ValidateInput(false)]

as demonstrated in this example http://paramquery.com/pro/demos/export under ASP.NET tab



PS: Please share the paypal transaction ID in order to have your account upgraded to PRO.

5
Help for ParamQuery Pro / Re: Export to CSV http error
« on: July 21, 2014, 06:25:54 am »
For some reason my post was moved to Evaluation Support.


Please HELP!!!

6
Help for ParamQuery Pro / Export to CSV http error
« on: July 11, 2014, 04:18:16 am »
Hi,

When exporting to csv for excel I get the following message returned by the server:

"405 - HTTP verb used to access this page is not allowed."

I am sure something needs to be changed on the web server.
Any hints will be welcomed.
The "POST" is failing

Cheers

Pages: [1]