Author Topic: Copy Paste Issue  (Read 5205 times)

Ekanta

  • Newbie
  • *
  • Posts: 17
    • View Profile
Copy Paste Issue
« 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

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6210
    • View Profile
Re: Copy Paste Issue
« Reply #1 on: May 25, 2015, 04:05:19 pm »
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.

Ekanta

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: Copy Paste Issue
« Reply #2 on: May 26, 2015, 02:21:56 pm »
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

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6210
    • View Profile
Re: Copy Paste Issue
« Reply #3 on: May 27, 2015, 10:04:53 am »
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/