Focus lost when setting AW.UI.Input as cell template
If I set a AW.UI.Input as Cell template in a Grid with :
obj.setCellTemplate(new AW.UI.Input, 1, 1);
The input shows OK, but each character typed in causes a focus lost and the user has to click the input field with mouse again. Also, tab index dose not work in this case.
obj.setCellTemplate(new AW.UI.Input, 1, 1);
The input shows OK, but each character typed in causes a focus lost and the user has to click the input field with mouse again. Also, tab index dose not work in this case.
OlivierP
December 6,