ParamQuery grid support forum

General Category => ParamQuery Pro Evaluation Support => Topic started by: Ekanta on May 22, 2015, 03:27:27 pm

Title: Param query grid facing below issues
Post by: Ekanta on May 22, 2015, 03:27:27 pm
1. On Tab out focus is not moving from once cell to another cell
2. Is it possible to select a entire row on click of Number cell in the grid?
3. Copy paste of a row is not happening from the selected cell. When I paste the data it is skipping first few cells and then the pasting.

Thanks in advance
Ekanta
Title: Re: Param query grid facing below issues
Post by: paramvir on May 25, 2015, 10:41:52 am
1) Tab moves focus from one cell to other ( left to right and top to bottom ) in edit mode.

2) use selectionModel: { type: 'row' }

3) Data can be pasted only on editable cells.
Title: Re: Param query grid facing below issues
Post by: Ekanta on May 25, 2015, 11:55:01 am
Thanks for your reply.

1.Tab issue is solved.
2. I have requirement to select the row only when we click on number cell(first column).If I use selectionModel: { type: 'row'},then entire row gets selected on click of any cell.
3.I have hidden columns in the grid and I don't want to copy the hidden columns. Let me know is there any way to avoid the copying of hidden columns.

Thanks,
Ekanta
Title: Re: Param query grid facing below issues
Post by: Ekanta on May 28, 2015, 10:35:06 am
Is it possible to move the focus from one cell to another cell on Tab key press when cells are not in edit mode

Thanks in Advance,
Ekantaraju K G