Page 1 of 1

GRID plus doubleckick

Posted: Thu Jan 21, 2016 11:38 am
by serge_girard
Hello,

I have a WINDOW (1) with GRID and ON DBLCLICK I view the details on a second WINDOW (2).
On the second WINDOW one can then do some actions like EDIT or PRINT.
EDIT will open a third WINDOW.

Closing WINDOW 3 will result in closing WINDOW 2 as well.
Then I focus on WINDOW 1 (with the GRID) but then the GRID becomes more or less frozen...

The MOUSE cannot click or doubleclick (in the GRID) but the weel is still working as well as the UP and down KEYS.
So the GRID can only be accessed by scrolling with the UP and DOWN key and the ENTER.

It looks like closing WINDOW 2 causes this strange behaviour.

Anybody know how to fix this?

Greetings and thanks,

Serge

Re: GRID plus doubleckick

Posted: Thu Jan 21, 2016 6:20 pm
by Rathinagiri
All these windows are modal windows?

Re: GRID plus doubleckick

Posted: Fri Jan 22, 2016 8:43 am
by serge_girard
Rathi,

No Modal and no child, both give the same behaviour.
I try to make a little sample because the originals are rather huges.

Serge

Re: GRID plus doubleckick

Posted: Fri Jan 22, 2016 4:58 pm
by ndarz
Serge, me ha sucedido algo similar hace un tiempo atras, pero realmente no recuerdo mi solucion.
Mi pregunta es, que tipo de controles tiene la ventana 2 y la ventana 2, para tratar de reproducir el error.

English, with the power of google translate

Serge, something similar has happened to me a while ago, but I really do not remember my solution.
My question is, what kind of controls have the window 2 and window 3, to try to reproduce the error?

Re: GRID plus doubleckick

Posted: Sat Jan 23, 2016 8:47 am
by serge_girard
Ndarz,

WINDOW 1: (Overview): TEXTBOXES, RADIOGROUP, DATEPICKER, CHECKBOX, GRID (to select, doubleclick an item to view in WINDOW 2) and 1 button
WINDOW 2: (View details): LABELS, GRID (with subdetails), DATEPICKER, BUTTONS (to EDIT in WINDOW 3, PRINT, ...)
WINDOW 3: (Edit details + header): TEXTBOXES, LABELS, EDITBOX, 2 GRID, DATEPICKER, CHECKBOX, COMBOBOX, BUTTON (save)

That's it!

Serge