Putting info from a text field into a data grid
Posted: Mon Jul 18, 2011 11:35 pm
I am making an app in which the user must be able to click a button and at the click of that button text will be taken from an adjacent field (which the user types info into) and that same text would then be pasted into a data grid.
The reason I want a data grid is because the user needs to be able to select the individual line of text which will be organized by name. There will be a field that the user types the desired name of his/her "production" and when the add production button is hit, the information typed into field 1 will then be place into a datagrid. From that datagrid I need those individual "productions" to be selectable. The reason I need them selectable is because on selection of one of those "productions" I want the user to be brought into a details page. I'll provide a screenshot of the card.
The reason I want a data grid is because the user needs to be able to select the individual line of text which will be organized by name. There will be a field that the user types the desired name of his/her "production" and when the add production button is hit, the information typed into field 1 will then be place into a datagrid. From that datagrid I need those individual "productions" to be selectable. The reason I need them selectable is because on selection of one of those "productions" I want the user to be brought into a details page. I'll provide a screenshot of the card.