:: Forum >>

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
Friday, July 6, 2007
To get the value

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

Let me now if that works?

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

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

This topic is archived.


Back to support forum

Forum search