Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
---------------------------------------
xxxxxxxxxx|xxxxxxxxxx|xxxxxxx|xxxxxxxx| <-- text1.click fires
---------------------------------------
xxxxxxxxxx|xxxxxxxxxx|xxxxxxx|xxxxxxxx|
---------------------------------------
xxxxxxxxxx|xxxxxxxxxx|xxxxxxx|xxxxxxxx|
---------------------------------------
| | | | <-- grid click fires
---------------------------------------
| | | |
---------------------------------------
FOR EACH loColumn IN This.Columns
FOR EACH loControl IN loColumn.Controls
IF LOWER( loControl.BaseClass ) = 'textbox'
BINDEVENT( loControl, 'Click', This, 'Click' )
ENDIF
ENDFOR
ENDFOR