Author Topic: Param query grid facing below issues  (Read 4013 times)

Ekanta

  • Newbie
  • *
  • Posts: 17
    • View Profile
Param query grid facing below issues
« 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

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6210
    • View Profile
Re: Param query grid facing below issues
« Reply #1 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.

Ekanta

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: Param query grid facing below issues
« Reply #2 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

Ekanta

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: Param query grid facing below issues
« Reply #3 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