Hi Boys and Girls
I have a row edit template on grid. When wanting to tab from 1 field to the next on the RowEditTemplate it seems to be doing the tab's in the grid and removing focus from the RowEditTemplate..
Am i doing something worng here?
Hello,
Yes please, if possible. I will be waiting.
let me have another look at it..... if i dont come right i will do just that... im using openedge progress for developement... you would want it in c# correct?
Hello Burmo,
Could you please try to attach if possible a small sample project reproducing the above mentioned issue, I will be happy to take a look at it.
Hi
I agree fully... but for some reason when i tab on a field in my RowEditTemplate it moves focus to field in the grid. Its causing issues for me as the dialog now is waiting for a response.... Leaving me to close my application via the taskmanager....
Is there something im not setting up?
Hi,
I don't really know what you mean. The RowEditTemplate is just a control or a dialog with controls on it. There's no way that the Tab key could possibly be handled by the grid - the controls and their TabOrder determines the behavior of the tab key, just like with any other controls on any other dialog.