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 - jprocess

Pages: [1]
1
Help for ParamQuery Pro / Re: Cell Highlighting - pq_cellcls
« on: February 19, 2014, 06:53:33 pm »
dir is my var for getRowData.

I used the API to add the class. That worked.

Thanks again!

2
Help for ParamQuery Pro / Cell Highlighting - pq_cellcls
« on: February 19, 2014, 02:54:11 am »
Hi -

I am using this to get a specific cell:

var cell = $grid.pqGrid( "getCell", {rowIndx: 4, colIndx:3} );

and

$(cell).addClass('yellow');

to highlight t cell. It will work, but when I scroll the grid the style disappears.

Can I use pq_cellcls to highlight specific cells like I"m doing with pq_rowcls?

 $grid.pqGrid( dir, {pq_rowcls: "orange"} );

I'm currently using it to highlight rows but cannot figure out how to do it with cells. i.e. pq_cellcls

Thanks much

3
Help for ParamQuery Grid (free version) / Re: Filtering demo
« on: February 11, 2014, 06:40:43 pm »
Thank you. That makes much more sense now.

So, there are no built in methods to allow for filtering using JSON data? Locally with no database?

And the example you pointed me to, is that Pro version only?

Thanks again

4
Help for ParamQuery Grid (free version) / Filtering demo
« on: February 11, 2014, 12:36:43 am »
Hi -

I have recreated the filter example located here: http://paramquery.com/demos/filter

I cannot get my example to filter. I am using the same json data and I have simply copied and pasted the code from the example. I do get the highlighting of the searched values but it seems refreshAndViewData is not working.

Current version with the same json data here: http://project.touch-point.net/index-filter-test2.htm

Files attached

Any help would be appreciated.

Thanks!

Pages: [1]