ParamQuery grid support forum
General Category => ParamQuery Pro Evaluation Support => Topic started by: Ekanta on May 25, 2015, 12:13:48 pm
-
We are interested in buying this product.We have the below callouts based on the evaluation done so far:
1.Copying entire row will copy the hidden columns also.I used copy:false to avoid copying the hidden columns still it is copying the entire row with hidden columns.
2.I want to color a particular section of the grid. But I am not getting how to do this.
3.How to select Entire row on click of number cell(First column).
We need a reply as soon as possible, as we need to finalize the grid for our requirement.
Thanks and regards,
Ekantaraju K G
-
3.How to select Entire row on click of number cell(First column).
it can be done with help of rowClick event and selection method.
Example: http://jsfiddle.net/paramquery/amta3qab/1/
2.I want to color a particular section of the grid. But I am not getting how to do this.
css style as well as class can be assigned to rows, cells and columns.
Examples:
http://paramquery.com/pro/demos/row_styles
http://paramquery.com/pro/demos/readonly_cells
1.Copying entire row will copy the hidden columns also.I used copy:false to avoid copying the hidden columns still it is copying the entire row with hidden columns.
it's working fine in the examples. Please share a jsfiddle where the issue can be seen.
-
Thanks :) Issue 1 and 3 are fixed.
Issue 2: We want only the grid header background color to change. If we set the theme as 'Start' the background color applies to the entire column in the demo given in http://paramquery.com/pro/demos/readonly_cells. Instead we want only the header background color to be changed. Please let us know if this can be achieved.
Thanks
-
To change the header cell styles only please refer this:
http://paramquery.com/forum/index.php?topic=952.msg5454#msg5454
and this example:
http://jsfiddle.net/paramquery/qe1yur0L/1/