3.2.0

How to get a value from an input box in a grid.

If I add a input box to a grid.

Ex.

obj.setCellTemplate(new AW.UI.Input, 10);

How do a get the value after a user enters it?

-dp
July 6,
To get the value

var val = obj.getCellTemplate(10, i).getContent("box/text").element().value;

Let me now if that works?

-dp
July 6,
Thanks dp your the best!!

ps. This site needs better examples and documentation.
-dp
July 6,

This topic is archived.

See also:


Back to support forum