Hi All,
I'm creating an application where I have a form with an add button on it. Using this button, I want to add a row into an editable grid with recently added data. Then, using the same form, I want to add the data in the same Editable Grid in the next row. Finally, if the user clicks the submit button, all the grid data is stored in the database.
Adding a row to the grid when I click the add button here I am facing the problem
Discussion posts and replies are publicly visible
What specific problem do you have? Did you follow the grid interface recipes?
docs.appian.com/.../SAIL_Recipes.html
I want to use a grid view to show the data that was entered into the form. before submit
Here we trade tips for details! Maybe this helps.
stackoverflow.com/.../how-to-ask