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.


Topics - sbryan

Pages: [1]
1
I'm trying to use local header filtering on a date column using the between condition.

If I set value: and value2: in my filter they show up in the input fields but the grid isn't filtered until I change one.
Is there a way to make it filter on those values immediately when the grid is displayed?


 

2
ParamQuery Pro Evaluation Support / Need help with Excel export
« on: March 22, 2015, 05:36:42 am »
Would it be possible to get a little more detailed information on what's required on the server side to implement the excel export?
I searched the forum and have looked at the demo and see the code to use on the server side but it doesn't explain much and seems to assume the user should know what to do with it and where it needs to go.

Any help in the right direction would be appreciated. We have a 2008 R2 server running PHP.
 

3
ParamQuery Pro Evaluation Support / xmlToJson
« on: March 20, 2015, 01:13:26 am »
I downloaded the Pro evaluation and when I try to use xmlToJson
Code: [Select]
var data = $.paramquery.xmlToJson(dataXMLDoc, obj);
I get the error: "TypeError: $.paramquery.xmlToJson is not a function"

If I use
Code: [Select]
var data = $.paramquery.xmlToArray(dataXMLDoc, obj);   it works

I've made sure I'm using the correct pqgrid.min.js file that came with the Pro evaluation but it looks like the function isn't in there.

4
Help for ParamQuery Grid (free version) / Use XMLto define colModel
« on: March 19, 2015, 12:44:29 am »
I'm new to pqgrid but have learned a lot these past few days and have managed to get a grid displaying remote XML data.
If possible I would like to have the colModel created dynamically rather than being hard coded.
I saw an example in the forums for using JSON to define the colModel but is it possible to do something like this this using XML?

Pages: [1]