During editing a cell of a grid we can easily go to another cell using arrow key of keyboard. This will be even better we can do it using mouse also

Thanks in advance.
With best regards.
Sudip
Moderator: Rathinagiri
In-place editing in a cell is done by defining a modal window.sudip wrote:Hello Master Roberto,
During editing a cell of a grid we can easily go to another cell using arrow key of keyboard. This will be even better we can do it using mouse also![]()
Thanks in advance.
With best regards.
Sudip
Exactly yes.rathinagiri wrote:
In-place editing in a cell is done by defining a modal window.
IMHO, clicking away the modal window could not be captured. Therefore, getting inside a cell is easy through mouse. Once entered, we could not get out by using the mouse, because the modal window is defined to the size of the cell itself!
This method is used in combosearchbox too!
Thank you Rathi, but what is the way outrathinagiri wrote: In-place editing in a cell is done by defining a modal window.
IMHO, clicking away the modal window could not be captured. Therefore, getting inside a cell is easy through mouse. Once entered, we could not get out by using the mouse, because the modal window is defined to the size of the cell itself!
This method is used in combosearchbox too!
Thank you Master Roberto, Ok, now I understand the problem.Roberto Lopez wrote:Exactly yes.rathinagiri wrote:
In-place editing in a cell is done by defining a modal window.
IMHO, clicking away the modal window could not be captured. Therefore, getting inside a cell is easy through mouse. Once entered, we could not get out by using the mouse, because the modal window is defined to the size of the cell itself!
This method is used in combosearchbox too!
I've attempted to do using a child window instead a modal, but it created LOTS of new problems that not can be solved (good enough) at high level.
Hello my brother Sudipsudip wrote:
...
Suppose one user is using our program. S/he used mouse to activate a combobox and then s/he wants to navigate to another cell using mouse pointer. Then our program will not work.
...
... Ok, now I understand the problem.
Sudip
I do agree Esgici.esgici wrote:Hello my brother Sudipsudip wrote:
...
Suppose one user is using our program. S/he used mouse to activate a combobox and then s/he wants to navigate to another cell using mouse pointer. Then our program will not work.
...
... Ok, now I understand the problem.
Sudip
Sorry, but I'm thinking a little different.
First, "our program will not work" isn't correct, may be "our program will not work as expected". Does this expectation is correct? User wait that mouse movements will run as keyboard navigation, and this is also not a correct expectation.
When user enter a cell for editing, this is a "sub" operation and before this operation terminated s/he can't make anything other. Key strikes by keyboard have some specialties for terminating editing process and mouse doesn't have, that is all. So we haven't any problem.
I other hand, a point of view as "user is always right", cause reducing life duration of programmers![]()
Regards
--
Esgici