netsam
October 19, 2013, 7:50pm
#1
Hi, I’ve a grid bind to a form in another cell of layout.
When I move the selection in grid with arrows key the focus fall into a combobox into the form .
I don’t want that because I can’t browse quickly the rows of grid with up or bottom keys.
How can I solve this problem ??
A screenshot of my application
netsam
October 20, 2013, 8:10pm
#2
Hi, in Internet Explorer the focus doesn’t change. It remains into the grid.
The problem is with Mozilla Firefox.
Darya
October 21, 2013, 11:02am
#3
Hi
Please, provide us demo to reproduce this isse on dhtmlx@support.com with link to this topic.
docs.dhtmlx.com/doku.php?id=othe … leted_demo
Or you can share with a direct link
netsam
December 22, 2013, 4:52pm
#4
I’m sorry for late. I’ve done other things in this period.
The link of the page is this:
http://phenotype.altervista.org/vet/index.php
You have to select an Animal from “Lista Animali” grid and then press Down arrows.
The Combo Box on the right will stop the scroll of the grid.
I used this two instruction
myFormAnimali.getCombo(“RazzaAni”).DOMelem_input.blur()
myFormAnimali.getCombo(“RazzaAni”).closeAll()
to close the combobox when there’s the selection of a Animal, but it isn’t the best solution.
Any suggestion ??
netsam
December 26, 2013, 12:31am
#5
Help please. Happy Christmas.
Hi,
Please try to use attached dhtmlxform.js instead of the original one. Hope it will solve the problem.
dhtmlxform.zip (16.1 KB)