:: Forum >>

Textfields in active widgets problem

Hi All,

I have a grid with more than 10 textfields and there is a vertical scrollbar appearing due to more number of records.
The problem is if i dnt scroll down the entire grid,my text fields are not formed and on submission i get only 10 text fields in the request which is not my requirement.
I require all the fields to be formed and accessible in the request with that particular fieldname.

I used AW.UI.Input in the grid object for the textfields.

Please help me.Its urgent!!!!
Sudheer Maddukuri
Saturday, June 13, 2009
You can try switching off 'virtual' scrolling -

grid.setVirtualMode(false);
Alex (ActiveWidgets)
Saturday, June 13, 2009

This topic is archived.


Back to support forum

Forum search